diff --git a/libkram/kram/TaskSystem.cpp b/libkram/kram/TaskSystem.cpp index 51e4f9b..7a8c68e 100644 --- a/libkram/kram/TaskSystem.cpp +++ b/libkram/kram/TaskSystem.cpp @@ -11,8 +11,11 @@ #include #include #elif KRAM_WIN -#include +// annoying thata windows.h has to be ordered first +// clang-format off #include +// clang-format off +#include #elif KRAM_ANDROID #include #else