[Bf-blender-cvs] [b669e1b] temp_merge_gooseberry_hair: Have to include BLI_utildefines before BKE_collision now to have bool defined.

Lukas Tönne noreply at git.blender.org
Mon Jan 19 20:49:39 CET 2015


Commit: b669e1b7cca356b6cc08fc9fe8cc7e1e60b97ebf
Author: Lukas Tönne
Date:   Wed Sep 24 18:00:05 2014 +0200
Branches: temp_merge_gooseberry_hair
https://developer.blender.org/rBb669e1b7cca356b6cc08fc9fe8cc7e1e60b97ebf

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