Fix compiler error in Windows

In some compilers this file fails because the function `BKE_mesh_poly_normals_ensure`is not defined.
This commit is contained in:
Antonio Vazquez 2022-02-24 19:38:16 +01:00
parent 4c66bd5da2
commit 8fb7c50aab
1 changed files with 2 additions and 0 deletions

View File

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