[Bf-blender-cvs] [06cd550] master: Compile fix for Windows.

Thomas Dinges noreply at git.blender.org
Sun Apr 13 16:09:32 CEST 2014


Commit: 06cd5505287bd893eae1383cab413ba54d66ed1d
Author: Thomas Dinges
Date:   Sun Apr 13 16:09:02 2014 +0200
https://developer.blender.org/rB06cd5505287bd893eae1383cab413ba54d66ed1d

Compile fix for Windows.

===================================================================

M	source/blender/bmesh/intern/bmesh_mesh.c

===================================================================

diff --git a/source/blender/bmesh/intern/bmesh_mesh.c b/source/blender/bmesh/intern/bmesh_mesh.c
index e8dbfa0..bad365a 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"




More information about the Bf-blender-cvs mailing list