diff options
Diffstat (limited to 'src/cru_debug.cpp')
-rw-r--r-- | src/cru_debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cru_debug.cpp b/src/cru_debug.cpp index 331d2bce..81945227 100644 --- a/src/cru_debug.cpp +++ b/src/cru_debug.cpp @@ -1,6 +1,6 @@ #include "cru_debug.hpp" -#include "system_headers.hpp" +#include <Windows.h> namespace cru::debug { #ifdef CRU_DEBUG |