diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-06-05 15:57:48 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-06-05 15:57:50 +0200 |
commit | be58ed296995f63f5c9abd7caf87e5912c490bf4 (patch) | |
tree | afebc13e23ac7fa39b5e148107b69a6532598d61 | |
parent | 4ec243dfc2220df603396a78f67e86c16f9db8f7 (diff) |
Fix test include path
-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() { |