Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2022-08-22 16:44:44 +0300
committerBastien Montagne <bastien@blender.org>2022-08-22 16:44:44 +0300
commit500e4d540a97ccbd8374f5596f74fc1e9ff65f08 (patch)
tree3f3012fdac442d85c4b06d9d187b1dfe30d24038 /source/blender/editors/mesh
parentba74704c9acec7b0791a28fa7d1627cf1321ec5d (diff)
parent0b2be4fbc348c22fe4140ee8517892c44996da34 (diff)
Merge branch 'blender-v3.3-release'
Conflicts: release/scripts/startup/bl_ui/space_userpref.py
Diffstat (limited to 'source/blender/editors/mesh')
-rw-r--r--source/blender/editors/mesh/editmesh_select_similar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/editmesh_select_similar.c b/source/blender/editors/mesh/editmesh_select_similar.c
index c931cb4948b..51c5c21ecf8 100644
--- a/source/blender/editors/mesh/editmesh_select_similar.c
+++ b/source/blender/editors/mesh/editmesh_select_similar.c
@@ -12,6 +12,8 @@
#include "BLI_listbase.h"
#include "BLI_math.h"
+#include "BLT_translation.h"
+
#include "BKE_context.h"
#include "BKE_customdata.h"
#include "BKE_deform.h"