From edc89c7f46f25122d88eb096f34626da035032be Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 19 Jul 2022 19:21:38 +0200 Subject: Fix build error when not using unity build --- source/blender/nodes/geometry/nodes/node_geo_curve_fillet.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/nodes/geometry') 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 { -- cgit v1.2.3