diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 20:36:50 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 20:36:50 +0300 |
commit | 41273da120ef8e4a2bed7576de0532264b042ee1 (patch) | |
tree | 29b5c6c1a0ec36d22117f42d9acb02615e30b06a /libbuild2/target.hxx | |
parent | dec742c5fa8a8ab35b2bbe96f990a84959164f66 (diff) |
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r-- | libbuild2/target.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index a5940ab..5f0165e 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -8,7 +8,7 @@ #include <type_traits> // aligned_storage #include <unordered_map> -#include <libbutl/multi-index.mxx> // map_iterator_adapter +#include <libbutl/multi-index.hxx> // map_iterator_adapter #include <libbuild2/types.hxx> #include <libbuild2/forward.hxx> |