Skip to content

Commit b59df66

Browse files
committed
Fixed compile errors by adding missing includes
1 parent 92a61a3 commit b59df66

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Source/ConstructionSystemRuntime/Private/ConstructionSystem/ConstructionSystemSnap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
#include "ConstructionSystem/ConstructionSystemSnap.h"
44

5-
#include "Components/ArrowComponent.h"
65
#include "Components/SphereComponent.h"
76
#include "PrimitiveSceneProxy.h"
7+
#include "SceneManagement.h"
88

99
///////////////////////////// UPrefabricatorBoxSnapComponent /////////////////////////////
1010
UPrefabricatorConstructionSnapComponent::UPrefabricatorConstructionSnapComponent(const FObjectInitializer& ObjectInitializer)

Source/PrefabricatorRuntime/Private/Prefab/PrefabActor.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
#include "Prefab/PrefabTools.h"
99
#include "Utils/PrefabricatorStats.h"
1010

11-
#include "Components/BillboardComponent.h"
12-
#include "Engine/PointLight.h"
11+
#include "UObject/Package.h"
1312

1413
DEFINE_LOG_CATEGORY_STATIC(LogPrefabActor, Log, All);
1514

0 commit comments

Comments
 (0)