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>2017-05-30 13:21:19 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-05-30 13:48:06 +0300
commit71dcead79098bbe0e5a9570e3fe28b5aa2da4b17 (patch)
treec4b8649c94d3eee43099052511413a46eb45318b /source/blender/depsgraph/intern
parentaab3a0fda306af2dbf7ca78a8ae1efe10510a61a (diff)
Move GHash/GSet/LinkList iterators to BLI files
Those are not depsgraph or C++ specific and can be used by everyone.
Diffstat (limited to 'source/blender/depsgraph/intern')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_tag.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc
index e74972a688b..8c4c0b8c8a5 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cc
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
@@ -43,6 +43,7 @@ extern "C" {
#include "DNA_windowmanager_types.h"
#include "BLI_task.h"
+#include "BLI_listbase.h"
#include "BKE_idcode.h"
#include "BKE_library.h"