Commit: 3d918dce7ad92b426695ff9ca33d6e383528fb4a
Author: Sergey Sharybin
Date:   Mon May 30 14:44:56 2016 +0200
Branches: compositor-2016
https://developer.blender.org/rB3d918dce7ad92b426695ff9ca33d6e383528fb4a

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>

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to