diff --git a/include/interfaces/idapro/all.h b/include/interfaces/idapro/all.h
index f6117880c72fcf16c7c7ce99c04456510e0835d9..2de9dd39f7d4edeed5fdc92d51867b741da16c8b 100644
--- a/include/interfaces/idapro/all.h
+++ b/include/interfaces/idapro/all.h
@@ -1,5 +1,6 @@
 
 #include <stdio.h>
+#include <cstdint>
 
 
 // eventually move these into idapro/all.h
diff --git a/src/interfaces/idapro/STARSFunction.cpp b/src/interfaces/idapro/STARSFunction.cpp
index edd3b105385668b4a3a12d36013b4b146455383d..88aff7e2ccba16f71ac3be42b0e528fce53a4311 100644
--- a/src/interfaces/idapro/STARSFunction.cpp
+++ b/src/interfaces/idapro/STARSFunction.cpp
@@ -1,5 +1,6 @@
 
 #include <list>
+#include <cstdint>
 
 #include <interfaces/idapro/all.h>