diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-12 19:46:15 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-12 19:46:15 +0100 |
commit | 297d621987c224db26eadfb9bde9235741387496 (patch) | |
tree | 9b21b5900ce8982f10c52e7312dbf3c471afdb73 /src/crepe/util/Log.cpp | |
parent | 80a80f385874ea109b54454b58e84037aa6092cc (diff) |
more cleanup + script utilities
Diffstat (limited to 'src/crepe/util/Log.cpp')
-rw-r--r-- | src/crepe/util/Log.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/util/Log.cpp b/src/crepe/util/Log.cpp index 84d80a8..e11a8d9 100644 --- a/src/crepe/util/Log.cpp +++ b/src/crepe/util/Log.cpp @@ -3,6 +3,7 @@ #include "../api/Config.h" +#include "LogColor.h" #include "Log.h" using namespace crepe; |