aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/types.hxx')
-rw-r--r--libbuild2/types.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/types.hxx b/libbuild2/types.hxx
index c8fe221..0005e75 100644
--- a/libbuild2/types.hxx
+++ b/libbuild2/types.hxx
@@ -14,6 +14,7 @@
#endif
#include <map>
+#include <set>
#include <array>
#include <tuple>
#include <regex>
@@ -97,6 +98,8 @@ namespace build2
using std::map;
using std::multimap;
+ using std::set;
+ using std::multiset;
using std::array;
using std::vector;
using butl::vector_view; // <libbutl/vector-view.mxx>