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
committerSergey Sharybin <sergey.vfx@gmail.com>2016-05-30 15:44:56 +0300
commitc9799b68f1fbd9d089399b9880650c84224c868b (patch)
tree3d99ae4324f8024da2856896a47027418cd434b0 /source/blender/depsgraph/util
parentf0ee7f9544c7fef2499307f05ca87eb44b137408 (diff)
Depsgraph: Fix compilation with new depsgraph disabled
Diffstat (limited to 'source/blender/depsgraph/util')
-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>