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:
authorThomas Dinges <blender@dingto.org>2014-04-13 18:09:02 +0400
committerThomas Dinges <blender@dingto.org>2014-04-13 18:09:02 +0400
commit06cd5505287bd893eae1383cab413ba54d66ed1d (patch)
tree4b71fd01b53513210573bc70a868474531494860 /source/blender
parente29698d3cdeb57b4a765d9c3c7ce2a3bb37606fb (diff)
Compile fix for Windows.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/bmesh/intern/bmesh_mesh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/intern/bmesh_mesh.c b/source/blender/bmesh/intern/bmesh_mesh.c
index e8dbfa09929..bad365a9fcd 100644
--- a/source/blender/bmesh/intern/bmesh_mesh.c
+++ b/source/blender/bmesh/intern/bmesh_mesh.c
@@ -35,6 +35,7 @@
#include "BLI_listbase.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"
+#include "BLI_alloca.h"
#include "BKE_cdderivedmesh.h"
#include "BKE_editmesh.h"