Skip to content

Commit

Permalink
Clang compilation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MothDoctor committed Mar 24, 2021
1 parent 02ec143 commit 7e21a68
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once

#include "IDetailCustomization.h"
#include "Templates/SharedPointer.h"
#include "Widgets/SWidget.h"

class FFlowNode_CustomInputDetails final : public IDetailCustomization
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once

#include "IDetailCustomization.h"
#include "Templates/SharedPointer.h"
#include "Widgets/SWidget.h"

class FFlowNode_CustomOutputDetails final : public IDetailCustomization
{
Expand Down
1 change: 1 addition & 0 deletions Source/FlowEditor/Private/Graph/Widgets/SFlowPalette.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "Nodes/FlowNode.h"

#include "EditorStyleSet.h"
#include "Fonts/SlateFontInfo.h"
#include "Styling/CoreStyle.h"
#include "Styling/SlateBrush.h"
#include "Styling/SlateColor.h"
Expand Down
1 change: 1 addition & 0 deletions Source/FlowEditor/Public/Asset/FlowAssetEditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class IDetailsView;
class SDockableTab;
class SGraphEditor;
class UEdGraphNode;
struct FSlateBrush;
struct FPropertyChangedEvent;
struct Rect;

Expand Down
2 changes: 2 additions & 0 deletions Source/FlowEditor/Public/FlowEditorCommands.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include "EdGraph/EdGraphSchema.h"
#include "Framework/Commands/Commands.h"
#include "Framework/Commands/UICommandInfo.h"
#include "Templates/SharedPointer.h"

class FFlowToolbarCommands final : public TCommands<FFlowToolbarCommands>
{
Expand Down

0 comments on commit 7e21a68

Please sign in to comment.