about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-10-11 10:16:16 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-10-11 10:16:16 -0700
commitedd2253b2d53244b7bd117fc701824eacab45b6b (patch)
tree7f8729816d271d140b2bec4c308bbd736407939b
parent36cb0273eaabd547243571123d97a000c131d344 (diff)
downloadmu-edd2253b2d53244b7bd117fc701824eacab45b6b.tar.gz
4025
Fix CI.
-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>