From 67d799852492743a93a464002395ccb624514fb8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 30 Jan 2021 11:25:42 +0200 Subject: Add std::{map, multimap} to types.hxx Seeing that std::map is becoming a common Buildfile variable type. --- libbuild2/types.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbuild2/types.hxx') 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 #endif +#include #include #include #include @@ -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; // -- cgit v1.1