summaryrefslogtreecommitdiffstats
path: root/src/containers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers.h')
-rw-r--r--src/containers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/containers.h b/src/containers.h
index f8027fd..4a739cd 100644
--- a/src/containers.h
+++ b/src/containers.h
@@ -28,6 +28,7 @@ using StringUnorderedMap = std::unordered_map<std::string,std::string>;
using StringUnorderedSet = std::unordered_set<std::string>;
using StringMap = std::map<std::string,std::string>;
using StringSet = std::set<std::string>;
+using StringMultiSet = std::multiset<std::string>;
using StringVector = std::vector<std::string>;
using BoolStack = std::stack<bool>;
using BoolVector = std::vector<bool>;