[Bf-blender-cvs] [3d918dc] compositor-2016: Depsgraph: Fix compilation with new depsgraph disabled

Sergey Sharybin noreply at git.blender.org
Wed Jun 8 21:51:28 CEST 2016


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>




More information about the Bf-blender-cvs mailing list