fix T42676 replaced windows specific include by BLI_utildefines.h

This commit is contained in:
Gaia Clary 2014-11-21 16:01:18 +01:00
parent 591eb27efa
commit 31093f896f
Notes: blender-bot 2023-02-14 09:48:17 +01:00
Referenced by issue #42676, Blender does not build on Visual studio 2013 Community edition
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
*/
#ifdef WIN32
# include <io.h>
# include "BLI_utildefines.h"
#endif
#include "MEM_guardedalloc.h"