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 60101b3..6877f92 100644
--- a/libbuild2/types.hxx
+++ b/libbuild2/types.hxx
@@ -13,6 +13,7 @@
# include <libbuild2/config.hxx>
#endif
+#include <map>
#include <array>
#include <tuple>
#include <vector>
@@ -92,6 +93,8 @@ namespace build2
using std::shared_ptr;
using std::weak_ptr;
+ using std::map;
+ using std::multimap;
using std::array;
using std::vector;
using butl::vector_view; // <libbutl/vector-view.mxx>