Skip to content

Commit

Permalink
Add missing include <cstring> in NamcoSys147-NANDReader.cpp (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioLolix authored Dec 27, 2024
1 parent 0cd0b38 commit 7e72389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/iop/namco_sys147/NamcoSys147NANDReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <cassert>
#include "maybe_unused.h"
#include "PtrStream.h"
#include <cstring>

using namespace Namco;

Expand Down

0 comments on commit 7e72389

Please sign in to comment.