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 4c8779f118d..9ca82dcbd7c 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_curve_fillet.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_curve_fillet.cc @@ -4,6 +4,10 @@ #include "NOD_rna_define.hh" +#include "DNA_grease_pencil_types.h" + +#include "BKE_grease_pencil.hh" + #include "UI_interface.hh" #include "UI_resources.hh" diff --git a/source/blender/nodes/geometry/nodes/node_geo_set_material_index.cc b/source/blender/nodes/geometry/nodes/node_geo_set_material_index.cc index e8aff857624..fdb0998abc1 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_set_material_index.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_set_material_index.cc @@ -4,7 +4,10 @@ #include "node_geometry_util.hh" +#include "DNA_grease_pencil_types.h" + #include "BKE_curves.hh" +#include "BKE_grease_pencil.hh" namespace blender::nodes::node_geo_set_material_index_cc {