[Bf-blender-cvs] [c9799b6] master: Depsgraph: Fix compilation with new depsgraph disabled

Sergey Sharybin noreply at git.blender.org
Mon May 30 14:44:52 CEST 2016


Commit: c9799b68f1fbd9d089399b9880650c84224c868b
Author: Sergey Sharybin
Date:   Mon May 30 14:44:56 2016 +0200
Branches: master
https://developer.blender.org/rBc9799b68f1fbd9d089399b9880650c84224c868b

Depsgraph: Fix compilation with new depsgraph disabled

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

M	source/blender/depsgraph/util/deg_util_function.h

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

diff --git a/source/blender/depsgraph/util/deg_util_function.h b/source/blender/depsgraph/util/deg_util_function.h
index be7d1e1..1e34ae0 100644
--- a/source/blender/depsgraph/util/deg_util_function.h
+++ b/source/blender/depsgraph/util/deg_util_function.h
@@ -56,6 +56,7 @@ using boost::function;
 
 #define DISABLE_NEW_DEPSGRAPH
 
+#include "BLI_utildefines.h"
 #include <cstdlib>
 
 template<typename T>




More information about the Bf-blender-cvs mailing list