Skip to content

Commit

Permalink
Add missing includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Oct 5, 2023
1 parent 3fbeab9 commit 355a2dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "CesiumGlobeAnchoredActorComponent.h"
#include "CesiumGlobeAnchorComponent.h"
#include "GameFramework/Actor.h"

#if WITH_EDITOR
#include "Editor.h"
Expand Down
1 change: 1 addition & 0 deletions Source/CesiumRuntime/Public/CesiumTile.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include "Components/PrimitiveComponent.h"
#include "CoreMinimal.h"
#include <Cesium3DTilesSelection/BoundingVolume.h>
#include "CesiumTile.generated.h"
Expand Down

0 comments on commit 355a2dd

Please sign in to comment.