Skip to content

Commit adb00ce

Browse files
authored
Merge pull request #1718 from byjtew/main
Add missing CesiumRuntime.h include for v2.18.0
2 parents ac52d9f + a51429e commit adb00ce

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log {#changes}
22

3+
### ???
4+
5+
##### Fixes :wrench:
6+
7+
- Added a missing `CesiumRuntime.h` include in `CesiumPropertyAttribute.cpp` that broke compilation in v2.18.0 on Windows.
8+
39
### v2.18.0 - 2025-08-01
410

511
##### Breaking Changes :mega:

Source/CesiumRuntime/Private/CesiumPropertyAttribute.cpp

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

33
#include "CesiumPropertyAttribute.h"
4+
#include "CesiumRuntime.h"
45
#include <CesiumGltf/PropertyAttributeView.h>
56

67
static FCesiumPropertyAttributeProperty EmptyPropertyAttributeProperty;

0 commit comments

Comments
 (0)