about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/010core.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/010core.cc b/subx/010core.cc
index 4a70236b..eebd2933 100644
--- a/subx/010core.cc
+++ b/subx/010core.cc
@@ -173,3 +173,4 @@ int32_t imm32(void) {
 #include <iomanip>
 #define HEXBYTE  std::hex << std::setw(2) << std::setfill('0')
 #define HEXWORD  std::hex << std::setw(8) << std::setfill('0')
+#include <stdint.h>