diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-18 14:01:11 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-18 14:01:11 +0100 |
commit | efcb4e88c7b921684379adce2a3d09c8f9aaf3a3 (patch) | |
tree | 7ffc08549ddd6f20487304507a7474591f559cbb /src/test/main.cpp | |
parent | a444da0b35123a9e51cde1f5be9aab0204eb5b66 (diff) | |
parent | 0e800c6857122436e7a766c6934991aa1d8d31ff (diff) |
Merge branch 'master' into loek/replay
Diffstat (limited to 'src/test/main.cpp')
-rw-r--r-- | src/test/main.cpp | 3 |
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; |