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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-26 17:48:08 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-26 18:25:16 +0300
commit6a33e3b990f39f20ae075fecf29aaa968932c989 (patch)
tree42172dde489b47d00a7bcb987dbaf207a3f1f8c8
parenta933237d68788583bb19c254f8c64b74afd4ecd1 (diff)
Cleanup: compiler warnings
-rw-r--r--source/blender/blenkernel/intern/mirror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/mirror.c b/source/blender/blenkernel/intern/mirror.c
index f7677d7441a..c429b953015 100644
--- a/source/blender/blenkernel/intern/mirror.c
+++ b/source/blender/blenkernel/intern/mirror.c
@@ -30,6 +30,7 @@
#include "BKE_library.h"
#include "BKE_library_query.h"
#include "BKE_mesh.h"
+#include "BKE_mirror.h"
#include "BKE_modifier.h"
#include "BKE_deform.h"
@@ -40,7 +41,6 @@
#include "MOD_modifiertypes.h"
-
Mesh *BKE_mirror_bisect_on_mirror_plane(MirrorModifierData *mmd,
const Mesh *mesh,
int axis,