fix for building after merge

This commit is contained in:
Campbell Barton
2011-09-17 12:25:51 +00:00
parent 5810717895
commit 4aa259c1ea

View File

@@ -83,8 +83,7 @@
#include "BLO_sys_types.h" // for intptr_t support
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "GL/glew.h"
#include "GPU_draw.h"
#include "GPU_extensions.h"
@@ -92,6 +91,9 @@
#include "bmesh.h"
extern GLubyte stipple_quarttone[128]; /* glutil.c, bad level data */
BMEditMesh *BMEdit_Create(BMesh *bm)
{
BMEditMesh *tm = MEM_callocN(sizeof(BMEditMesh), __func__);