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>2012-04-20 03:16:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-20 03:16:57 +0400
commit384f87cd1cbb3549daa448e499184eec5183ae97 (patch)
treed3aa4223b4cb31776fc022670588691791b0fb01 /source/blender/bmesh/bmesh.h
parent028dbb132d7a0f27adb9fab539fc9409043ea742 (diff)
rip tool wasnt working on a single edge selection in some cases (own error in recent fix).
Diffstat (limited to 'source/blender/bmesh/bmesh.h')
-rw-r--r--source/blender/bmesh/bmesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h
index 81bd164fbdf..6b41babd927 100644
--- a/source/blender/bmesh/bmesh.h
+++ b/source/blender/bmesh/bmesh.h
@@ -202,7 +202,7 @@ extern "C" {
#include "DNA_customdata_types.h" /* BMesh struct in bmesh_class.h uses */
#include <stdlib.h>
-// #include "BLI_utildefines.h"
+#include <stdio.h>
#include "bmesh_class.h"