Hack for edge-slide macro was lost in header cleanup

add back include for USE_LOOPSLIDE_HACK
This commit is contained in:
Campbell Barton 2014-08-14 12:04:42 +10:00
parent 7728ffa16c
commit 15df4ddf7b
Notes: blender-bot 2023-02-14 10:14:07 +01:00
Referenced by issue #41560, Multiple loop subdivide
Referenced by issue #41413, Loop cut: Adding more than one cut defaults to Edge Select; even if in Vertex Select.
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@
#include "UI_resources.h"
#include "ED_screen.h"
/* for USE_LOOPSLIDE_HACK only */
#include "ED_mesh.h"
#include "transform.h"