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 18ce701 commit 7e08ea9
Show file tree
Hide file tree
Showing 4 changed files with 7 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/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 7e08ea9

Please sign in to comment.