about summary refs log tree commit diff homepage
path: root/stp/AST/AST.h
diff options
context:
space:
mode:
Diffstat (limited to 'stp/AST/AST.h')
-rw-r--r--stp/AST/AST.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stp/AST/AST.h b/stp/AST/AST.h
index 53ed7016..202f6598 100644
--- a/stp/AST/AST.h
+++ b/stp/AST/AST.h
@@ -27,6 +27,7 @@
 #include "../sat/Solver.h"
 #include "../sat/SolverTypes.h"
 #include <cstdlib>
+#include <stdint.h>
 #ifndef NATIVE_C_ARITH
 #include "../constantbv/constantbv.h"
 #endif