reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple.
This commit is contained in:
@@ -37,9 +37,6 @@
|
||||
#include <stdarg.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
/* to ensure strict conversions */
|
||||
#include "../../source/blender/blenlib/BLI_strict_flags.h"
|
||||
|
||||
/* mmap exception */
|
||||
#if defined(WIN32)
|
||||
# include "mmap_win.h"
|
||||
@@ -59,6 +56,10 @@
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
/* to ensure strict conversions */
|
||||
#include "../../source/blender/blenlib/BLI_strict_flags.h"
|
||||
|
||||
|
||||
/* should always be defined except for experimental cases */
|
||||
#ifdef WITH_GUARDEDALLOC
|
||||
|
||||
|
Reference in New Issue
Block a user