Skip to content

Commit

Permalink
compilation fix: BuildPlugin mode
Browse files Browse the repository at this point in the history
  • Loading branch information
MothDoctor committed Nov 17, 2024
1 parent 7e284ee commit 59cf80c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/Flow/Private/Nodes/FlowPin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "GameplayTagContainer.h"
#include "Misc/DateTime.h"
#include "Misc/MessageDialog.h"
#include "Runtime/Launch/Resources/Version.h"

#if ENGINE_MAJOR_VERSION == 5 && ENGINE_MINOR_VERSION < 5
#include "InstancedStruct.h"
Expand Down
1 change: 1 addition & 0 deletions Source/Flow/Public/Types/FlowDataPinProperties.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "GameplayTagContainer.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "Runtime/Launch/Resources/Version.h"
#include "UObject/Class.h"

#if ENGINE_MAJOR_VERSION == 5 && ENGINE_MINOR_VERSION < 5
Expand Down
1 change: 1 addition & 0 deletions Source/Flow/Public/Types/FlowDataPinResults.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "Types/FlowPinEnums.h"

#include "GameplayTagContainer.h"
#include "Runtime/Launch/Resources/Version.h"

#if ENGINE_MAJOR_VERSION == 5 && ENGINE_MINOR_VERSION < 5
#include "InstancedStruct.h"
Expand Down

0 comments on commit 59cf80c

Please sign in to comment.