diff options
Diffstat (limited to 'tests/prefix-map/driver.cxx')
-rw-r--r-- | tests/prefix-map/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/prefix-map/driver.cxx b/tests/prefix-map/driver.cxx index c26bfac..abf7e01 100644 --- a/tests/prefix-map/driver.cxx +++ b/tests/prefix-map/driver.cxx @@ -6,7 +6,7 @@ #include <cassert> #include <iostream> -#include <butl/prefix-map> +#include <libbutl/prefix-map.hxx> using namespace std; using namespace butl; |