aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <benoitjacob@google.com>2015-03-16 16:21:50 -0400
committerGravatar Benoit Jacob <benoitjacob@google.com>2015-03-16 16:21:50 -0400
commit577056aa9400459f1a1bad9e423857bc1763f18f (patch)
tree6c36fcef0cead404a309e3f6c101d30314f08e5e /Eigen/Core
parenteb6929cb191c1b91dda784697faedcfdb245345a (diff)
Include stdint.h. Not going for cstdint because it is a C++11 addition. Needed for uint16_t at least, in lookup-table code.
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 1a3249604..80842a1de 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -61,6 +61,7 @@
#pragma GCC optimize ("-fno-ipa-cp-clone")
#endif
+#include <stdint.h>
#include <complex>
// this include file manages BLAS and MKL related macros