Nodes: Add include to avoid Windows compiler error

This line was added as request of @HooglyBoogly
This commit is contained in:
Antonio Vazquez 2022-02-24 19:43:03 +01:00
parent 9de720f31a
commit 3b3e519edd
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
#include "BKE_mesh.h"
#include "node_geometry_util.hh"
namespace blender::nodes::node_geo_input_mesh_face_is_planar_cc {
static void node_declare(NodeDeclarationBuilder &b)