Skip to content

Commit

Permalink
Fonts: Fix IWYU bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Oct 23, 2024
1 parent 827cf93 commit 54d0618
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/services/fonts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#include "services/fonts.hpp"

#include <cstring>

namespace HLE::Fonts {
void relocateSharedFont(u8* sharedFont, u32 newAddress) {
constexpr u32 sharedFontStartOffset = 0x80;
Expand Down Expand Up @@ -104,4 +106,4 @@ namespace HLE::Fonts {
currentOffset += sectionHeader.sectionSize;
}
}
} // namespace HLE::Fonts
} // namespace HLE::Fonts

0 comments on commit 54d0618

Please sign in to comment.