Fix build error when not using unity build

This commit is contained in:
Brecht Van Lommel
2023-10-18 17:59:21 +02:00
parent 5d1489c61d
commit f7dfde9e73
2 changed files with 7 additions and 0 deletions

View File

@@ -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"

View File

@@ -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 {