diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 19:33:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 19:33:47 +0300 |
commit | a8758228f4737b9b930986ed7be1c7148aae9810 (patch) | |
tree | b91834baa1f8b497b9a5e26cce67248a20867036 /unit-tests/bootstrap-manifest/driver.cxx | |
parent | 2a40615e322df66417f4066aa4c2d3175356b10f (diff) |
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'unit-tests/bootstrap-manifest/driver.cxx')
-rw-r--r-- | unit-tests/bootstrap-manifest/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/bootstrap-manifest/driver.cxx b/unit-tests/bootstrap-manifest/driver.cxx index 1412c21..f08cbca 100644 --- a/unit-tests/bootstrap-manifest/driver.cxx +++ b/unit-tests/bootstrap-manifest/driver.cxx @@ -5,8 +5,8 @@ #include <ios> // ios_base::failbit, ios_base::badbit #include <iostream> -#include <butl/manifest-parser> -#include <butl/manifest-serializer> +#include <libbutl/manifest-parser.hxx> +#include <libbutl/manifest-serializer.hxx> #include <bbot/types.hxx> #include <bbot/utility.hxx> |