aboutsummaryrefslogtreecommitdiff
path: root/include/cru/base/platform/win/DebugLogTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/base/platform/win/DebugLogTarget.h')
-rw-r--r--include/cru/base/platform/win/DebugLogTarget.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/cru/base/platform/win/DebugLogTarget.h b/include/cru/base/platform/win/DebugLogTarget.h
index cabfa7e5..333e764f 100644
--- a/include/cru/base/platform/win/DebugLogTarget.h
+++ b/include/cru/base/platform/win/DebugLogTarget.h
@@ -1,15 +1,13 @@
#pragma once
#ifndef _WIN32
-#error "This file can only be used on Windows."
+#error "This file can only be included on Windows."
#endif
-#include "WinPreConfig.h"
-
+#include "Base.h"
#include "../../log/Logger.h"
namespace cru::platform::win {
-
class CRU_BASE_API WinDebugLogTarget : public ::cru::log::ILogTarget {
public:
void Write(::cru::log::LogLevel level, std::string s) override;