aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/bdcsvd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/bdcsvd.cpp')
-rw-r--r--test/bdcsvd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bdcsvd.cpp b/test/bdcsvd.cpp
index d58d259d6..52a02b697 100644
--- a/test/bdcsvd.cpp
+++ b/test/bdcsvd.cpp
@@ -22,7 +22,7 @@
#define SVD_DEFAULT(M) BDCSVD<M>
#define SVD_FOR_MIN_NORM(M) BDCSVD<M>
-#include "../../test/svd_common.h"
+#include "svd_common.h"
// Check all variants of JacobiSVD
template<typename MatrixType>