From 4cc44207a4b8fba05b444855455d2aa616c5b87a Mon Sep 17 00:00:00 2001 From: Arnaud Jamin Date: Sat, 11 May 2024 18:39:40 -0400 Subject: [PATCH] missing include --- Plugins/Cog/Source/CogDebug/Public/CogDebugLogBlueprint.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" //--------------------------------------------------------------------------------------------------------------------------