From 7501d4664889988ef9780e01e81b725b02469182 Mon Sep 17 00:00:00 2001 From: Howard Trickey Date: Sat, 11 Mar 2023 16:39:56 -0500 Subject: [PATCH] Need in include of the math vector types. --- source/blender/blenlib/BLI_mesh_inset.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/blenlib/BLI_mesh_inset.hh b/source/blender/blenlib/BLI_mesh_inset.hh index a3502d58957..f6c3b3ff6a4 100644 --- a/source/blender/blenlib/BLI_mesh_inset.hh +++ b/source/blender/blenlib/BLI_mesh_inset.hh @@ -12,6 +12,7 @@ #include "BLI_array.hh" #include "BLI_span.hh" #include "BLI_vector.hh" +#include "BLI_math_vector_types.hh" namespace blender::meshinset {