diff options
Diffstat (limited to 'src/preprocess/CompTool.cpp')
| -rw-r--r-- | src/preprocess/CompTool.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preprocess/CompTool.cpp b/src/preprocess/CompTool.cpp index 9f585ef..f453050 100644 --- a/src/preprocess/CompTool.cpp +++ b/src/preprocess/CompTool.cpp @@ -3,6 +3,7 @@ #include "lib/binarytools/BinaryWriter.h" #include "lib/binarytools/BinaryReader.h" #include <fstream> +#include <cstring> uint32_t CompTool::FindFileTable(std::vector<uint8_t>& rom) { uint8_t query_one[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x50, 0x00, 0x00, 0x00, 0x00 }; |
