diff --git a/Source/Engine/Core/LogContext.h b/Source/Engine/Core/LogContext.h index fc7d68bd3..7a851a6c9 100644 --- a/Source/Engine/Core/LogContext.h +++ b/Source/Engine/Core/LogContext.h @@ -2,6 +2,7 @@ #pragma once +#include "Engine/Core/Log.h" #include "Engine/Core/Config.h" #include "Engine/Scripting/ScriptingType.h" @@ -57,7 +58,7 @@ API_CLASS(Static) class FLAXENGINE_API LogContext /// Prints the current log context to the log. Does nothing it /// /// The verbosity of the log. - API_FUNCTION() static void Print(enum class LogType verbosity); + API_FUNCTION() static void Print(LogType verbosity); }; ///