Skip to content

Commit 7e21a68

Browse files
committed
Clang compilation fixes
1 parent 02ec143 commit 7e21a68

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

Source/FlowEditor/Private/Graph/Customizations/FlowNode_CustomInputDetails.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#pragma once
22

33
#include "IDetailCustomization.h"
4+
#include "Templates/SharedPointer.h"
5+
#include "Widgets/SWidget.h"
46

57
class FFlowNode_CustomInputDetails final : public IDetailCustomization
68
{

Source/FlowEditor/Private/Graph/Customizations/FlowNode_CustomOutputDetails.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#pragma once
22

33
#include "IDetailCustomization.h"
4+
#include "Templates/SharedPointer.h"
5+
#include "Widgets/SWidget.h"
46

57
class FFlowNode_CustomOutputDetails final : public IDetailCustomization
68
{

Source/FlowEditor/Private/Graph/Widgets/SFlowPalette.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include "Nodes/FlowNode.h"
88

99
#include "EditorStyleSet.h"
10+
#include "Fonts/SlateFontInfo.h"
1011
#include "Styling/CoreStyle.h"
1112
#include "Styling/SlateBrush.h"
1213
#include "Styling/SlateColor.h"

Source/FlowEditor/Public/Asset/FlowAssetEditor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class IDetailsView;
1515
class SDockableTab;
1616
class SGraphEditor;
1717
class UEdGraphNode;
18+
struct FSlateBrush;
1819
struct FPropertyChangedEvent;
1920
struct Rect;
2021

Source/FlowEditor/Public/FlowEditorCommands.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#include "EdGraph/EdGraphSchema.h"
44
#include "Framework/Commands/Commands.h"
5+
#include "Framework/Commands/UICommandInfo.h"
6+
#include "Templates/SharedPointer.h"
57

68
class FFlowToolbarCommands final : public TCommands<FFlowToolbarCommands>
79
{

0 commit comments

Comments
 (0)