aboutsummaryrefslogtreecommitdiff
path: root/tests/repository-location/driver.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-01 12:10:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-01 15:07:36 +0300
commitc4d2ac250aee4102b519ce1db89bde3fe7855639 (patch)
tree2a4436fb314673ea836c4d9d19fc7ddf3e954554 /tests/repository-location/driver.cxx
parent5fa80655ae4c87598313641d7322d28007e5fb31 (diff)
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'tests/repository-location/driver.cxx')
-rw-r--r--tests/repository-location/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx
index 953193a..3122393 100644
--- a/tests/repository-location/driver.cxx
+++ b/tests/repository-location/driver.cxx
@@ -13,7 +13,7 @@
#include <butl/optional>
#include <butl/manifest-parser>
-#include <bpkg/manifest>
+#include <libbpkg/manifest.hxx>
using namespace std;
using namespace butl;