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:
authorCampbell Barton <ideasman42@gmail.com>2021-07-13 15:21:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-13 15:23:17 +0300
commit6a0fe79db5a5fc55797d772e08813bd7e7e970f4 (patch)
treed6bd06b023ed14f06f6b89eca2847ab86579f278 /source/blender/bmesh/bmesh_class.h
parent10428ca4728265649b7666a79c49518723398f73 (diff)
Cleanup: replace BKE_customdata.h in BKE_editmesh.h
Only DNA_customdata_types.h is needed for BMEditMesh.
Diffstat (limited to 'source/blender/bmesh/bmesh_class.h')
-rw-r--r--source/blender/bmesh/bmesh_class.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h
index 7aee93bb157..423d64ba62c 100644
--- a/source/blender/bmesh/bmesh_class.h
+++ b/source/blender/bmesh/bmesh_class.h
@@ -23,6 +23,8 @@
* that benefit from accessing connectivity information.
*/
+#include "BLI_assert.h"
+
/* disable holes for now,
* these are ifdef'd because they use more memory and can't be saved in DNA currently */
// #define USE_BMESH_HOLES