diff --git a/src/CodeInterpreter.hh b/src/CodeInterpreter.hh
index c876648c6a70c017c67d39b5ded900e068036c5d..9ddb572f81b2a1d39e0bd87ff3f542f76744120f 100644
--- a/src/CodeInterpreter.hh
+++ b/src/CodeInterpreter.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2017 Dynare Team
+ * Copyright (C) 2007-2018 Dynare Team
  *
  * This file is part of Dynare.
  *
@@ -39,8 +39,6 @@
 # endif
 #endif
 
-#include <cstdint>
-
 #define NEAR_ZERO (1e-12)
 
 using namespace std;