fix a missing header

This commit is contained in:
coco875
2024-12-06 16:41:53 -06:00
committed by Lywx
parent ed4ee26fe6
commit 6a40a9435f
+1
View File
@@ -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 };