diff options
Diffstat (limited to 'src/chip8.cpp')
| -rw-r--r-- | src/chip8.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chip8.cpp b/src/chip8.cpp index dc63239..818a445 100644 --- a/src/chip8.cpp +++ b/src/chip8.cpp @@ -7,6 +7,8 @@ #include <thread> #include <mutex> +#include <string.h> + const uint32_t FONTSET_START_ADDRESS = 0x050; const uint32_t ROM_START_ADDRESS = 0x200; |
