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:
authorJacques Lucke <jacques@blender.org>2020-04-28 12:37:44 +0300
committerJacques Lucke <jacques@blender.org>2020-04-28 12:39:49 +0300
commit7acc8a5a929b899bf0c0dd63bda4dd6b9c6c8aed (patch)
tree75326abfdf3f79e2b0628447475eda2033e3c015 /source/blender/depsgraph/intern/depsgraph_type.h
parent0372121e17f734d55fc156b2afbedcc31242f362 (diff)
Depsgraph: Use BLI::Map for RNANodeQuery.id_data_map_
Reviewers: sergey Differential Revision: https://developer.blender.org/D7512
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_type.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_type.h b/source/blender/depsgraph/intern/depsgraph_type.h
index a3dc2135f78..2b8b5471d0f 100644
--- a/source/blender/depsgraph/intern/depsgraph_type.h
+++ b/source/blender/depsgraph/intern/depsgraph_type.h
@@ -58,6 +58,7 @@ using std::map;
using std::pair;
using std::set;
using std::string;
+using std::unique_ptr;
using std::unordered_map;
using std::vector;