Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-05-30 15:44:56 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2016-06-08 22:45:40 +0300
commit3d918dce7ad92b426695ff9ca33d6e383528fb4a (patch)
treed6bb8451bf77528edb26e7ca333900ff5ac53bbe
parent0f676d39b7cfde7e8348a00d132b9107216fe54c (diff)
Depsgraph: Fix compilation with new depsgraph disabled
-rw-r--r--source/blender/depsgraph/util/deg_util_function.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/depsgraph/util/deg_util_function.h b/source/blender/depsgraph/util/deg_util_function.h
index be7d1e13827..1e34ae04d9a 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>