aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/dgmres.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/test/dgmres.cpp')
-rw-r--r--unsupported/test/dgmres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/test/dgmres.cpp b/unsupported/test/dgmres.cpp
index 04f5ad670..5f63161b2 100644
--- a/unsupported/test/dgmres.cpp
+++ b/unsupported/test/dgmres.cpp
@@ -9,7 +9,7 @@
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
#include "../../test/sparse_solver.h"
-#include <Eigen/src/IterativeSolvers/DGMRES.h>
+#include <unsupported/Eigen/IterativeSolvers>
template<typename T> void test_dgmres_T()
{