aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/klu_support.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-12-14 10:01:02 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-12-14 10:01:02 +0100
commitb2cacd189e2d3c2d841207029c399b80eecadd01 (patch)
treea00e1272ca662192436198d330fef5d060eb75e8 /test/klu_support.cpp
parent393b7c495912dcf45491ef8f131c2599f1b5b147 (diff)
fix header inclusion
Diffstat (limited to 'test/klu_support.cpp')
-rw-r--r--test/klu_support.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/klu_support.cpp b/test/klu_support.cpp
index 8b1fdeb41..138dcc301 100644
--- a/test/klu_support.cpp
+++ b/test/klu_support.cpp
@@ -10,7 +10,7 @@
#define EIGEN_NO_DEBUG_SMALL_PRODUCT_BLOCKS
#include "sparse_solver.h"
-#include <unsupported/Eigen/KLUSupport>
+#include <Eigen/KLUSupport>
template<typename T> void test_klu_support_T()
{