Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
lucoiso committed Nov 10, 2022
1 parent 0536f25 commit 7af4510
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Public/GameFeatureAction_AddInputs.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@

#include "CoreMinimal.h"
#include "InputTriggers.h"
#include "EnhancedInputComponent.h"
#include "GameFeatureAction_WorldActionBase.h"
#include "GameFeatureAction_AddInputs.generated.h"

class UInputMappingContext;
class UEnhancedInputLocalPlayerSubsystem;
class UEnhancedInputComponent;
struct FComponentRequestHandle;
struct FInputBindingHandle;

/**
*
Expand Down

0 comments on commit 7af4510

Please sign in to comment.