diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-18 14:00:54 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-18 14:00:54 +0100 |
commit | d4a999a1b002f510103095c0cd139d7a2bead5f4 (patch) | |
tree | 033352f79f16e5dc17e7fbafd861ac28582d6f74 /src/test/main.cpp | |
parent | cd389129cc2ed73596251cb7c9cc606f6e6d74d8 (diff) | |
parent | 0e800c6857122436e7a766c6934991aa1d8d31ff (diff) |
Merge branch 'master' into loek/audioloek/audio
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; |