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:
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_type.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_type.h b/source/blender/depsgraph/intern/depsgraph_type.h
index fbf5c2fd381..c9a7ee93450 100644
--- a/source/blender/depsgraph/intern/depsgraph_type.h
+++ b/source/blender/depsgraph/intern/depsgraph_type.h
@@ -41,6 +41,8 @@
#include <unordered_map>
#include <vector>
+#include "BLI_set.hh"
+
struct Depsgraph;
struct CustomData_MeshMasks;
@@ -48,6 +50,7 @@ struct CustomData_MeshMasks;
namespace DEG {
/* Commonly used types. */
+using BLI::Set;
using std::deque;
using std::map;
using std::pair;