Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Commit 8fa8c15

Browse files
committed
Fix packaging error
1 parent da922bf commit 8fa8c15

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Source/TrickyInteractionSystem/Private/InteractionQueueComponent.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "InteractionLibrary.h"
77
#include "InteractionInterface.h"
88
#include "Kismet/KismetSystemLibrary.h"
9+
#include "Components/ShapeComponent.h"
910
#include "TimerManager.h"
1011

1112
UInteractionQueueComponent::UInteractionQueueComponent()

Source/TrickyInteractionSystem/Public/InteractionLibrary.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "Kismet/BlueprintFunctionLibrary.h"
77
#include "InteractionLibrary.generated.h"
88

9+
class UShapeComponent;
910

1011
USTRUCT(BlueprintType)
1112
struct FInteractionData

0 commit comments

Comments
 (0)