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
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs