aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-02-10 22:49:09 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-02-10 22:49:09 +0100
commit7de34780278a1dd9a52f20c5f08820fbf4f9c08b (patch)
treec9d15ea465bb94b37e75fbd751453721efae2a55
parentef7f1371b2798a4b21460952500ababd43f66d8f (diff)
<complex> must be included first
-rw-r--r--Eigen/Core3
1 files changed, 2 insertions, 1 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 6f6f8f1dd..fb017db5a 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -34,6 +34,8 @@
// defined e.g. EIGEN_DONT_ALIGN) so it needs to be done before we do anything with vectorization.
#include "src/Core/util/Macros.h"
+#include <complex>
+
// this include file manages BLAS and MKL related macros
// and inclusion of their respective header files
#include "src/Core/util/MKL_support.h"
@@ -150,7 +152,6 @@
#include <cstddef>
#include <cstdlib>
#include <cmath>
-#include <complex>
#include <cassert>
#include <functional>
#include <iosfwd>