We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac52d9f + a51429e commit adb00ceCopy full SHA for adb00ce
CHANGES.md
@@ -1,5 +1,11 @@
1
# Change Log {#changes}
2
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
9
### v2.18.0 - 2025-08-01
10
11
##### Breaking Changes :mega:
Source/CesiumRuntime/Private/CesiumPropertyAttribute.cpp
@@ -1,6 +1,7 @@
// Copyright 2020-2024 CesiumGS, Inc. and Contributors
#include "CesiumPropertyAttribute.h"
+#include "CesiumRuntime.h"
#include <CesiumGltf/PropertyAttributeView.h>
static FCesiumPropertyAttributeProperty EmptyPropertyAttributeProperty;
0 commit comments