Cleanup: Missing includes and forward declarations in header

This commit is contained in:
Hans Goudey 2023-09-26 15:39:32 -04:00
parent c095962d06
commit 2d19e345cd
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <optional>
#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 {