diff options
Diffstat (limited to 'include/cru/win/DebugLogger.h')
-rw-r--r-- | include/cru/win/DebugLogger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/win/DebugLogger.h b/include/cru/win/DebugLogger.h index 6a7173ea..43e08f20 100644 --- a/include/cru/win/DebugLogger.h +++ b/include/cru/win/DebugLogger.h @@ -1,7 +1,7 @@ #pragma once #include "Base.h" -#include "cru/common/Logger.h" +#include "cru/common/log/Logger.h" namespace cru::platform::win { |