aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/mpl2only.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-02-11 10:35:01 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-02-11 10:35:01 +0100
commitc16ee72b2093ae635b1f07ffd95626c3a86dbbfe (patch)
treea368fcdd225b368c1c2eb74f5f9a59a216993ee7 /test/mpl2only.cpp
parente43016367af7b2a4b27c9a1633eee52d6c00dc76 (diff)
bug #1392: fix #include <Eigen/Sparse> with mpl2-only
Diffstat (limited to 'test/mpl2only.cpp')
-rw-r--r--test/mpl2only.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mpl2only.cpp b/test/mpl2only.cpp
index 5ef0d2b2e..7d04d6bba 100644
--- a/test/mpl2only.cpp
+++ b/test/mpl2only.cpp
@@ -12,7 +12,9 @@
#include <Eigen/SparseCore>
#include <Eigen/SparseLU>
#include <Eigen/SparseQR>
+#include <Eigen/Sparse>
#include <Eigen/IterativeLinearSolvers>
+#include <Eigen/Eigen>
int main()
{