diff --git a/source/blender/depsgraph/intern/depsgraph_type.h b/source/blender/depsgraph/intern/depsgraph_type.h index 51ed31b8e25..cce64116907 100644 --- a/source/blender/depsgraph/intern/depsgraph_type.h +++ b/source/blender/depsgraph/intern/depsgraph_type.h @@ -37,6 +37,7 @@ #include #include #include +#include #include struct Depsgraph; @@ -48,6 +49,7 @@ namespace DEG { /* Commonly used types. */ using std::map; using std::pair; +using std::set; using std::string; using std::unordered_map; using std::vector;