aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:44:19 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:44:19 +0300
commit239dd1f70e16032ee27d1f040955b9b9c75d94f0 (patch)
tree80fd2bb10442d80ac70b5523cdd04a6383136849 /libbpkg/manifest.hxx
parent99441908700b1862fb3895bd7178f434b2fd9aa0 (diff)
Adapt to modularization of libbutl
Diffstat (limited to 'libbpkg/manifest.hxx')
-rw-r--r--libbpkg/manifest.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx
index 908eb81..a72986a 100644
--- a/libbpkg/manifest.hxx
+++ b/libbpkg/manifest.hxx
@@ -13,8 +13,8 @@
#include <utility> // move()
#include <stdexcept> // logic_error
-#include <libbutl/path.hxx>
-#include <libbutl/optional.hxx>
+#include <libbutl/path.mxx>
+#include <libbutl/optional.mxx>
#include <libbutl/manifest-forward.hxx>
#include <libbpkg/export.hxx>