diff options
author | Nao Pross <naopross@thearcway.org> | 2019-06-22 16:27:03 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2019-06-22 16:27:03 +0200 |
commit | 90fa45bb9f430decea00e22ddafdd351048e57ba (patch) | |
tree | d1033f9a12270fbd99ecfee6a4e8f80dc7ba7591 /test/vec_example.cpp | |
parent | Make childs inherit all basic_vec constructors with lang syntax (diff) | |
download | libmm-90fa45bb9f430decea00e22ddafdd351048e57ba.tar.gz libmm-90fa45bb9f430decea00e22ddafdd351048e57ba.zip |
Update CMakeLists and structure under include
Diffstat (limited to 'test/vec_example.cpp')
-rw-r--r-- | test/vec_example.cpp | 2 |
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> |