diff --git a/src/CodeInterpreter.hh b/src/CodeInterpreter.hh
index 46bcc1a27381043a1ab784fa16bebc5f61ca73c5..8de750a76476f19af652c93bacee374b9ff36389 100644
--- a/src/CodeInterpreter.hh
+++ b/src/CodeInterpreter.hh
@@ -38,7 +38,7 @@
 # endif
 #endif
 
-#include <stdint.h>
+#include <cstdint>
 
 #define NEAR_ZERO (1e-12)