diff options
Diffstat (limited to 'tests/repository-location/driver.cxx')
-rw-r--r-- | tests/repository-location/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx index 2a2418c..441e295 100644 --- a/tests/repository-location/driver.cxx +++ b/tests/repository-location/driver.cxx @@ -10,9 +10,9 @@ #include <stdexcept> // invalid_argument #include <butl/optional> +#include <butl/manifest-parser> #include <bpkg/manifest> -#include <bpkg/manifest-parser> using namespace std; using namespace butl; |