aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core.h')
-rw-r--r--src/Core.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Core.h b/src/Core.h
index 658f7fe08..2fd9423dd 100644
--- a/src/Core.h
+++ b/src/Core.h
@@ -1,3 +1,10 @@
+
+#include <iostream>
+#include <complex>
+#include <cassert>
+
+namespace Eigen {
+
#include "Core/Util.h"
#include "Core/Numeric.h"
#include "Core/Object.h"
@@ -14,3 +21,5 @@
#include "Core/Trace.h"
#include "Core/Dot.h"
#include "Core/Random.h"
+
+} // namespace Eigen