diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:39:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:39:34 +0300 |
commit | 182d743d15810d2a8393ed7fa5d565cf3a394694 (patch) | |
tree | 9091af1cab7432db5331366f09a05cd5357a6764 /old-tests/depdb | |
parent | 09839eea3a69e258555eb4ef6d05cd4799ccd7a0 (diff) |
Adapt to modularization of libbutl
Diffstat (limited to 'old-tests/depdb')
-rw-r--r-- | old-tests/depdb/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-tests/depdb/driver.cxx b/old-tests/depdb/driver.cxx index 2439b60..b2b74a8 100644 --- a/old-tests/depdb/driver.cxx +++ b/old-tests/depdb/driver.cxx @@ -4,7 +4,7 @@ #include <iostream> -#include <libbutl/filesystem.hxx> +#include <libbutl/filesystem.mxx> #include <build2/types.hxx> #include <build2/utility.hxx> |