diff --git a/source/blender/editors/include/ED_node.hh b/source/blender/editors/include/ED_node.hh index 5bfd03cef8f..ab6c6058e66 100644 --- a/source/blender/editors/include/ED_node.hh +++ b/source/blender/editors/include/ED_node.hh @@ -7,6 +7,7 @@ #include #include "BLI_compute_context.hh" +#include "BLI_string_ref.hh" #include "BLI_vector_set.hh" #include "ED_node_c.hh" @@ -14,10 +15,13 @@ struct SpaceNode; struct ARegion; struct Main; +struct bContext; struct bNodeSocket; struct bNodeTree; +struct Object; struct rcti; struct NodesModifierData; +struct uiLayout; namespace blender::ed::space_node {