[Bf-blender-cvs] [7d4799b] master: Have to include BLI_utildefines before BKE_collision now to have bool defined.

Lukas Tönne noreply at git.blender.org
Tue Jan 20 09:51:22 CET 2015


Commit: 7d4799b41d554e2a2b56928e88a9a4afb4a3ff13
Author: Lukas Tönne
Date:   Wed Sep 24 18:00:05 2014 +0200
Branches: master
https://developer.blender.org/rB7d4799b41d554e2a2b56928e88a9a4afb4a3ff13

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