[Bf-blender-cvs] [edc89c7f46f] master: Fix build error when not using unity build

Brecht Van Lommel noreply at git.blender.org
Tue Jul 19 19:30:22 CEST 2022


Commit: edc89c7f46f25122d88eb096f34626da035032be
Author: Brecht Van Lommel
Date:   Tue Jul 19 19:21:38 2022 +0200
Branches: master
https://developer.blender.org/rBedc89c7f46f25122d88eb096f34626da035032be

Fix build error when not using unity build

===================================================================

M	source/blender/nodes/geometry/nodes/node_geo_curve_fillet.cc

===================================================================

diff --git a/source/blender/nodes/geometry/nodes/node_geo_curve_fillet.cc b/source/blender/nodes/geometry/nodes/node_geo_curve_fillet.cc
index 057e08cc33d..dd8471d2dac 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_curve_fillet.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_curve_fillet.cc
@@ -9,6 +9,7 @@
 
 #include "node_geometry_util.hh"
 
+#include "BKE_curves.hh"
 #include "BKE_spline.hh"
 
 namespace blender::nodes::node_geo_curve_fillet_cc {



More information about the Bf-blender-cvs mailing list