diff options
| author | coco875 <pereira.jannin@gmail.com> | 2024-12-06 23:01:58 +0100 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-12-06 16:41:53 -0600 |
| commit | 6a40a9435f4db5c5a77c91979841b6e4c6e6065a (patch) | |
| tree | 9017808d8cd317ea29ca3c1c967f521848b66dee /src/preprocess/CompTool.cpp | |
| parent | ed4ee26fe6d6ec113efc54d188c5864f44c1e14d (diff) | |
fix a missing header
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 }; |
