From 06cd5505287bd893eae1383cab413ba54d66ed1d Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 13 Apr 2014 16:09:02 +0200 Subject: [PATCH] Compile fix for Windows. --- source/blender/bmesh/intern/bmesh_mesh.c | 1 + 1 file changed, 1 insertion(+) 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"