diff --git a/tests/unit/main.cpp b/tests/unit/main.cpp index 143a675..96e7635 100644 --- a/tests/unit/main.cpp +++ b/tests/unit/main.cpp @@ -1,4 +1,4 @@ #define CATCH_CONFIG_RUNNER -#include +#include int main(int argc, char* argv[]) { return Catch::Session().run(argc, argv); } \ No newline at end of file diff --git a/tests/unit/utils/logic.cpp b/tests/unit/utils/logic.cpp index 7599f05..1d30eae 100644 --- a/tests/unit/utils/logic.cpp +++ b/tests/unit/utils/logic.cpp @@ -1,5 +1,5 @@ #include "utils/logic.h" -#include +#include namespace utils {