aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-10-21 07:24:44 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commit58fc50700dc0c1cac608979c68fc7e5aaf8874bb (patch)
tree2648de9a3cc9f538498cc8c00cf88b755492e628 /include
parent2dbd9ec3efae8a3814e6bece0f7ed45038c30380 (diff)
Fix dep file not used because of wrong path
Diffstat (limited to 'include')
-rw-r--r--include/Dependency.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Dependency.hpp b/include/Dependency.hpp
index 0381625..f505503 100644
--- a/include/Dependency.hpp
+++ b/include/Dependency.hpp
@@ -3,7 +3,7 @@
#include <string>
#include <cassert>
-#include "Version.hpp";
+#include "Version.hpp"
namespace sibs
{