From 515d25fbedffad0721216ff3b3dcedb07d70ac96 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 24 Oct 2023 09:43:24 +1100 Subject: [PATCH] Unbreak build from missing header --- .../geometry/nodes/node_geo_input_named_layer_selection.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/blender/nodes/geometry/nodes/node_geo_input_named_layer_selection.cc b/source/blender/nodes/geometry/nodes/node_geo_input_named_layer_selection.cc index 3193b769968..fc77904a523 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_input_named_layer_selection.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_input_named_layer_selection.cc @@ -4,6 +4,8 @@ #include "BKE_geometry_fields.hh" +#include "NOD_socket_search_link.hh" + #include "node_geometry_util.hh" namespace blender::nodes::node_geo_input_named_layer_selection__cc {