diff --git a/test/main.test.cpp b/test/main.test.cpp index 5fa5d3b..a08a594 100644 --- a/test/main.test.cpp +++ b/test/main.test.cpp @@ -1,5 +1,5 @@ #include -#include "Compiler.h" +#include "compiler/Compiler.h" int main(int argc, char **argv) { diff --git a/test/unlogic.test.cpp b/test/unlogic.test.cpp index 0dc453c..2180533 100644 --- a/test/unlogic.test.cpp +++ b/test/unlogic.test.cpp @@ -1,2 +1 @@ #include -#include "Compiler.h" \ No newline at end of file