[Bf-blender-cvs] [8239c3c] hair_system: Have to include BLI_utildefines before BKE_collision now to have bool defined.

Lukas Tönne noreply at git.blender.org
Sun Oct 5 14:56:41 CEST 2014


Commit: 8239c3cb335ea0316ae9c4e95e537d0674300045
Author: Lukas Tönne
Date:   Wed Sep 24 18:00:05 2014 +0200
Branches: hair_system
https://developer.blender.org/rB8239c3cb335ea0316ae9c4e95e537d0674300045

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