summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-06-22 16:27:03 +0200
committerNao Pross <naopross@thearcway.org>2019-06-22 16:27:03 +0200
commit90fa45bb9f430decea00e22ddafdd351048e57ba (patch)
treed1033f9a12270fbd99ecfee6a4e8f80dc7ba7591 /test
parentMake childs inherit all basic_vec constructors with lang syntax (diff)
downloadlibmm-90fa45bb9f430decea00e22ddafdd351048e57ba.tar.gz
libmm-90fa45bb9f430decea00e22ddafdd351048e57ba.zip
Update CMakeLists and structure under include
Diffstat (limited to 'test')
-rw-r--r--test/vec_example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vec_example.cpp b/test/vec_example.cpp
index 3a00f58..14b9680 100644
--- a/test/vec_example.cpp
+++ b/test/vec_example.cpp
@@ -1,4 +1,4 @@
-#include "mmvec.hpp"
+#include "mm/mmvec.hpp"
#include <iostream>
#include <complex>