diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-06-05 15:57:48 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-18 22:56:48 +0200 |
commit | c10dbcb7b59a5187061b1dcd162e8120c89a5973 (patch) | |
tree | e2f31ebfb96083fb3eaa421e6768edfd97ee7ebe /tests | |
parent | 56a50eb65e3d4a6f739d53c52236eb7e20b90934 (diff) |
Fix test include path
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.cpp b/tests/main.cpp index 6b9a36f..b2343af 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,4 +1,4 @@ -#include "../include/DirectConnection.hpp" +#include "../include/sibs/DirectConnection.hpp" int main() { |