[Bf-blender-cvs] [26a906d] hair_immediate_fixes: Have to include BLI_utildefines before BKE_collision now to have bool defined.

Lukas Tönne noreply at git.blender.org
Thu Sep 25 11:05:49 CEST 2014


Commit: 26a906d53c5bebfd328cd536e1c226d8ce637ea7
Author: Lukas Tönne
Date:   Wed Sep 24 18:00:05 2014 +0200
Branches: hair_immediate_fixes
https://developer.blender.org/rB26a906d53c5bebfd328cd536e1c226d8ce637ea7

Have to include BLI_utildefines before BKE_collision now to have bool
defined.

===================================================================

M	source/blender/physics/intern/implicit.h

===================================================================

diff --git a/source/blender/physics/intern/implicit.h b/source/blender/physics/intern/implicit.h
index b915b07..dd91d09 100644
--- a/source/blender/physics/intern/implicit.h
+++ b/source/blender/physics/intern/implicit.h
@@ -34,10 +34,10 @@
 
 #include "stdio.h"
 
-#include "BKE_collision.h"
-
 #include "BLI_utildefines.h"
 
+#include "BKE_collision.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif




More information about the Bf-blender-cvs mailing list