aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/crepe/manager/LoopTimerManager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crepe/manager/LoopTimerManager.cpp b/src/crepe/manager/LoopTimerManager.cpp
index 57956f2..a6e4788 100644
--- a/src/crepe/manager/LoopTimerManager.cpp
+++ b/src/crepe/manager/LoopTimerManager.cpp
@@ -1,7 +1,8 @@
-#include "../util/Log.h"
#include <chrono>
#include <thread>
+#include "../util/Log.h"
+
#include "LoopTimerManager.h"
using namespace crepe;