Skip to content

Commit 1de23e9

Browse files
authored
Merge pull request #1759 from CesiumGS/missing-log-include
Fix missing include that caused build failure
2 parents f21d287 + 241148b commit 1de23e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/CesiumRuntime/Private/CesiumGoogleMapTilesRasterOverlay.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2020-2025 CesiumGS, Inc. and Contributors
22

33
#include "CesiumGoogleMapTilesRasterOverlay.h"
4+
#include "CesiumRuntime.h"
45
#include <Cesium3DTilesSelection/Tileset.h>
56
#include <CesiumJsonReader/JsonObjectJsonHandler.h>
67
#include <CesiumJsonReader/JsonReader.h>

0 commit comments

Comments
 (0)