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