From bd1ff201b1dfb7bd382ed19079bcebddfc5e30d4 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Thu, 20 Oct 2022 21:06:44 +0200 Subject: Buildfix for 078e034 missing include --- .../nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source') diff --git a/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc b/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc index 3a021bfe2d7..95173bd23a5 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc @@ -15,6 +15,8 @@ #include "UI_interface.h" #include "UI_resources.h" +#include "DEG_depsgraph_query.h" + #include "node_geometry_util.hh" namespace blender::nodes { -- cgit v1.2.3