From 58fc50700dc0c1cac608979c68fc7e5aaf8874bb Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 21 Oct 2018 07:24:44 +0200 Subject: Fix dep file not used because of wrong path --- include/Dependency.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 #include -#include "Version.hpp"; +#include "Version.hpp" namespace sibs { -- cgit v1.2.3