Skip to content

Commit 43bfda6

Browse files
author
ikrima
committed
Adding missing include
1 parent cc924f5 commit 43bfda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/UnrealEnginePython/Public/PythonBlueprintFunctionLibrary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#pragma once
22

33

4+
#include "Kismet/BlueprintFunctionLibrary.h"
45
#include "PythonBlueprintFunctionLibrary.generated.h"
56

67

7-
88
UCLASS()
99
class UNREALENGINEPYTHON_API UPythonBlueprintFunctionLibrary : public UBlueprintFunctionLibrary
1010
{

0 commit comments

Comments
 (0)