aboutsummaryrefslogtreecommitdiff
path: root/src/test/main.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-14 16:24:08 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-14 16:24:08 +0100
commitfa0d298afafdc81d00164765903161205cf09a7e (patch)
tree3796af3e4544d35b12cefe245b230c3c8ff9d93d /src/test/main.cpp
parent876896e50711509e80ef551b4e8ad440e8039b97 (diff)
move DB fix from `loek/doxygen` to `loek/savemgr`
Diffstat (limited to 'src/test/main.cpp')
-rw-r--r--src/test/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/main.cpp b/src/test/main.cpp
index ed2aed5..0e1bc75 100644
--- a/src/test/main.cpp
+++ b/src/test/main.cpp
@@ -1,6 +1,7 @@
-#include <crepe/api/Config.h>
#include <gtest/gtest.h>
+#include <crepe/api/Config.h>
+
using namespace crepe;
using namespace testing;