From 8edce3ecb1a0a779c3ef6b60dcde1df51635331a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 5 Nov 2021 12:41:53 +0200 Subject: Keep multiple prefixless entries for generated header mapping --- libbuild2/types.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/types.hxx') diff --git a/libbuild2/types.hxx b/libbuild2/types.hxx index 99cc0dc..af1a4de 100644 --- a/libbuild2/types.hxx +++ b/libbuild2/types.hxx @@ -292,6 +292,8 @@ namespace build2 using butl::path_map; using butl::dir_path_map; + using butl::path_multimap; + using butl::dir_path_multimap; // Absolute directory path. Note that for now we don't do any checking that // the path is in fact absolute. -- cgit v1.1