diff options
Diffstat (limited to 'load/load.cxx')
-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> |