From 2dc988df8c053517d74f9280435e0a55a449a4c6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 3 Sep 2013 04:39:12 +0000 Subject: reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple. --- source/blender/bmesh/tools/bmesh_bisect_plane.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/bmesh/tools/bmesh_bisect_plane.c') diff --git a/source/blender/bmesh/tools/bmesh_bisect_plane.c b/source/blender/bmesh/tools/bmesh_bisect_plane.c index bfe710d9fdd..3baf8675a0d 100644 --- a/source/blender/bmesh/tools/bmesh_bisect_plane.c +++ b/source/blender/bmesh/tools/bmesh_bisect_plane.c @@ -43,11 +43,12 @@ #include "BLI_linklist.h" #include "BLI_linklist_stack.h" #include "BLI_math.h" -#include "BLI_strict_flags.h" #include "bmesh.h" #include "bmesh_bisect_plane.h" /* own include */ +#include "BLI_strict_flags.h" /* keep last */ + /* -------------------------------------------------------------------- */ /* Math utils */ -- cgit v1.2.3