diff --git a/Plugins/Cog/Source/CogDebug/Public/CogDebugLogBlueprint.h b/Plugins/Cog/Source/CogDebug/Public/CogDebugLogBlueprint.h index 8806f01..8f7777b 100644 --- a/Plugins/Cog/Source/CogDebug/Public/CogDebugLogBlueprint.h +++ b/Plugins/Cog/Source/CogDebug/Public/CogDebugLogBlueprint.h @@ -2,7 +2,8 @@ #include "CoreMinimal.h" #include "CogCommonLog.h" -#include "Logging/LogVerbosity.h" +#include "Kismet/BlueprintFunctionLibrary.h" + #include "CogDebugLogBlueprint.generated.h" //--------------------------------------------------------------------------------------------------------------------------