1
1

Need in include of the math vector types.

This commit is contained in:
2023-03-11 16:39:56 -05:00
parent 4b2e119f48
commit 7501d46648

View File

@@ -12,6 +12,7 @@
#include "BLI_array.hh" #include "BLI_array.hh"
#include "BLI_span.hh" #include "BLI_span.hh"
#include "BLI_vector.hh" #include "BLI_vector.hh"
#include "BLI_math_vector_types.hh"
namespace blender::meshinset { namespace blender::meshinset {