Fixed include in bdcsvd.cpp
diff --git a/test/bdcsvd.cpp b/test/bdcsvd.cpp
index d58d259..52a02b6 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>