aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-06-21 11:59:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-06-21 11:59:04 +0200
commit195de65a84864cf5931325eeb2356f7d98155055 (patch)
tree4ba33483d9032acb3de82547d5e9e0307a3c8353 /libbuild2/types.hxx
parentd822a0ae2c9fe312ad7a31e829ce2951be6a3ea0 (diff)
Add support for automatic generation of symbol exporting .def file
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>