diff options
Diffstat (limited to 'src/dummy_audio.cpp')
-rw-r--r-- | src/dummy_audio.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dummy_audio.cpp b/src/dummy_audio.cpp index 1249076..049bb49 100644 --- a/src/dummy_audio.cpp +++ b/src/dummy_audio.cpp @@ -1,5 +1,5 @@ -#include "crepe/util/log.h" #include "crepe/Sound.h" +#include "crepe/util/log.h" #include <chrono> #include <thread> @@ -38,4 +38,3 @@ int main() { return 0; } - |