Fix for build error with previous commit, seems the order of #includes matters here.

This commit is contained in:
2013-03-13 17:30:31 +00:00
parent 5162a155af
commit 385650974a
3 changed files with 9 additions and 8 deletions

View File

@@ -34,6 +34,10 @@
#include <stdlib.h>
#include <stdio.h>
#ifdef WIN32
#include "BLI_winstuff.h"
#endif
#include "MEM_guardedalloc.h"
#include "BLI_math.h"