aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/StdOutLogger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/win/StdOutLogger.h')
-rw-r--r--include/cru/win/StdOutLogger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/win/StdOutLogger.h b/include/cru/win/StdOutLogger.h
index 831d006f..d6009bb3 100644
--- a/include/cru/win/StdOutLogger.h
+++ b/include/cru/win/StdOutLogger.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 {
class CRU_WIN_API WinStdOutLoggerSource : public ::cru::log::ILogSource {