Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-08-30 22:14:59 +0300
committerHans Goudey <h.goudey@me.com>2022-08-30 22:14:59 +0300
commitfbd9306d4ddcd22b94a76aaa73109e11b97def39 (patch)
tree33eec78668f18a915ea26e669ef5763785268f69
parentabe6c640990962735f6f34d26a401c9e506baee3 (diff)
parent6f52a118a0b0f185b2f17211dc7f86569663290e (diff)
Merge branch 'master' into refactor-mesh-material-index-generic
-rw-r--r--source/blender/blenkernel/BKE_geometry_fields.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_geometry_fields.hh b/source/blender/blenkernel/BKE_geometry_fields.hh
index 0e9bf700320..62aac5a4120 100644
--- a/source/blender/blenkernel/BKE_geometry_fields.hh
+++ b/source/blender/blenkernel/BKE_geometry_fields.hh
@@ -8,6 +8,7 @@
* Common field utilities and field definitions for geometry components.
*/
+#include "BKE_attribute.h"
#include "BKE_geometry_set.hh"
#include "FN_field.hh"
@@ -17,7 +18,7 @@ struct PointCloud;
namespace blender::bke {
-struct CurvesGeometry;
+class CurvesGeometry;
class GeometryFieldInput;
class MeshFieldContext : public fn::FieldContext {