Skip to content

Commit 738ae79

Browse files
byjtewj9liu
andauthored
Update order of includes in CesiumPropertyAttribute.cpp
Co-authored-by: Janine Liu <[email protected]>
1 parent 6da9786 commit 738ae79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/CesiumRuntime/Private/CesiumPropertyAttribute.cpp

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

33
#include "CesiumPropertyAttribute.h"
4-
#include <CesiumGltf/PropertyAttributeView.h>
54
#include "CesiumRuntime.h"
5+
#include <CesiumGltf/PropertyAttributeView.h>
66

77
static FCesiumPropertyAttributeProperty EmptyPropertyAttributeProperty;
88

0 commit comments

Comments
 (0)