Skip to content

Commit

Permalink
Fix missing header.
Browse files Browse the repository at this point in the history
  • Loading branch information
kouchy committed Nov 21, 2024
1 parent 1218e05 commit 34a9179
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Tools/System/memory.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include "Tools/System/memory.hpp"
#include <cstdint>
#include <cstdlib>

#include "Tools/System/memory.hpp"

namespace spu
{
namespace tools
Expand Down

0 comments on commit 34a9179

Please sign in to comment.