diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-09-29 22:06:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-09-29 22:06:53 +0300 |
commit | c0fbd7d03c7d5c10317812b194cb88ab50bb4d04 (patch) | |
tree | a92e32eb01b4c3db3eb6f8e7de99b62a87c947f3 /load | |
parent | c5fb199945a29cfaa48186f9168c3edaf742132b (diff) |
Adapt to move of manifest_parser and manifest_serializer to libbutl
Diffstat (limited to 'load')
-rw-r--r-- | load/load.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/load/load.cxx b/load/load.cxx index f70abc3..cea9f21 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -19,8 +19,9 @@ #include <butl/process> #include <butl/fdstream> #include <butl/filesystem> +#include <butl/manifest-parser> -#include <bpkg/manifest-parser> // manifest_parsing +#include <bpkg/manifest> #include <brep/types> #include <brep/utility> |