From 3a5d5922fb9fd2c0876ea69a283d03d89946823e Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Wed, 30 Aug 2023 07:33:36 +1000 Subject: [PATCH] Add missing headers. --- .../CesiumRuntime/Private/CesiumSubLevelSwitcherComponent.cpp | 1 + Source/CesiumRuntime/Private/Tests/CesiumTestHelpers.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/CesiumRuntime/Private/CesiumSubLevelSwitcherComponent.cpp b/Source/CesiumRuntime/Private/CesiumSubLevelSwitcherComponent.cpp index 5e2955b33..ed83985c3 100644 --- a/Source/CesiumRuntime/Private/CesiumSubLevelSwitcherComponent.cpp +++ b/Source/CesiumRuntime/Private/CesiumSubLevelSwitcherComponent.cpp @@ -1,4 +1,5 @@ #include "CesiumSubLevelSwitcherComponent.h" +#include "CesiumRuntime.h" #include "CesiumSubLevelComponent.h" #include "Engine/LevelStreaming.h" #include "Engine/World.h" diff --git a/Source/CesiumRuntime/Private/Tests/CesiumTestHelpers.h b/Source/CesiumRuntime/Private/Tests/CesiumTestHelpers.h index ebbc79b0b..02becf9bb 100644 --- a/Source/CesiumRuntime/Private/Tests/CesiumTestHelpers.h +++ b/Source/CesiumRuntime/Private/Tests/CesiumTestHelpers.h @@ -2,6 +2,7 @@ #pragma once +#include "CesiumRuntime.h" #include "EngineUtils.h" #include "Kismet/GameplayStatics.h" #include "Misc/AutomationTest.h" @@ -15,7 +16,7 @@ class UWorld; namespace CesiumTestHelpers { -static UWorld* getGlobalWorldContext(); +UWorld* getGlobalWorldContext(); template void waitForImpl(