summaryrefslogtreecommitdiff
path: root/nandgame/assembler/disas.h
diff options
context:
space:
mode:
authoruvok2026-01-08 19:41:29 +0100
committeruvok2026-01-08 19:41:29 +0100
commit70c3bd1af18d5ff24e8ad5d2a7a07b3088ecc86d (patch)
treed89a82a2c2887024dd3bdd83e17cc52a1c7ef8f5 /nandgame/assembler/disas.h
parentc2c1f652415cbe40bfffe6062fe41ddc3abebeaf (diff)
disas, c: Fix compilation, missing header
Diffstat (limited to 'nandgame/assembler/disas.h')
-rw-r--r--nandgame/assembler/disas.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nandgame/assembler/disas.h b/nandgame/assembler/disas.h
index bc3343d..1f04268 100644
--- a/nandgame/assembler/disas.h
+++ b/nandgame/assembler/disas.h
@@ -1,3 +1,4 @@
#include <string>
+#include <cstdint>
-std::string print_decoded(uint16_t ins, bool simplify); \ No newline at end of file
+std::string print_decoded(uint16_t ins, bool simplify);