aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <benoitjacob@google.com>2015-03-17 10:31:45 -0400
committerGravatar Benoit Jacob <benoitjacob@google.com>2015-03-17 10:31:45 -0400
commitdc04f12967a955125fa2eeb8ed4f1532f8ee3615 (patch)
tree9427295063966be8d15d54179b66c6590010694b /Eigen/Core
parent364cfd529d853545e6b0a7404fe303cda2de2366 (diff)
use unsigned short instead of uint16_t which doesn't exist in c++98
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core1
1 files changed, 0 insertions, 1 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 80842a1de..1a3249604 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -61,7 +61,6 @@
#pragma GCC optimize ("-fno-ipa-cp-clone")
#endif
-#include <stdint.h>
#include <complex>
// this include file manages BLAS and MKL related macros