From 54d0618f028f1f40efd7e539c16977d7cb887b91 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:57:59 +0300 Subject: [PATCH] Fonts: Fix IWYU bug --- src/core/services/fonts.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/core/services/fonts.cpp b/src/core/services/fonts.cpp index 512902982..ec4652eee 100644 --- a/src/core/services/fonts.cpp +++ b/src/core/services/fonts.cpp @@ -6,6 +6,8 @@ #include "services/fonts.hpp" +#include + namespace HLE::Fonts { void relocateSharedFont(u8* sharedFont, u32 newAddress) { constexpr u32 sharedFontStartOffset = 0x80; @@ -104,4 +106,4 @@ namespace HLE::Fonts { currentOffset += sectionHeader.sectionSize; } } -} // namespace HLE::Fonts \ No newline at end of file +} // namespace HLE::Fonts