Cleanup: add missing include

This commit is contained in:
Campbell Barton
2023-11-27 09:31:37 +11:00
parent 343b48663b
commit e084553e88
@@ -6,6 +6,8 @@
#include "BKE_mesh.hh"
#include "GEO_mesh_selection.hh"
namespace blender::geometry {
IndexMask vert_selection_from_edge(const Span<int2> edges,