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