aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-11-05 12:41:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-11-05 12:41:53 +0200
commit8edce3ecb1a0a779c3ef6b60dcde1df51635331a (patch)
tree341986ace72c7492f97f987be24cc76a8eea577b /libbuild2/types.hxx
parentff74197b90a9dcf8e6575b011616624d66fc26d5 (diff)
Keep multiple prefixless entries for generated header mapping
Diffstat (limited to 'libbuild2/types.hxx')
-rw-r--r--libbuild2/types.hxx2
1 files changed, 2 insertions, 0 deletions
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.