Add <stdint.h> include

This fixes #35.
This commit is contained in:
kichikuou
2025-06-06 13:46:31 +09:00
parent 8a88a5c06e
commit aef2822bc4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
#include "debugger/debug_info.h"
#include <algorithm>
#include <stdint.h>
#include <string.h>
#include "fileio.h"