diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:42:18 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:42:18 +0300 |
commit | 8269189c803e2792d185ebafdc739071e2a0961e (patch) | |
tree | ffdd6b50f00075622cd3e608ca6bca20d4628cca /tests/buildtab | |
parent | 16909271763c62c6a3515afeadb2c610d331b17d (diff) |
Adapt to modularization of libbutl
Diffstat (limited to 'tests/buildtab')
-rw-r--r-- | tests/buildtab/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildtab/driver.cxx b/tests/buildtab/driver.cxx index 9ee6e34..1ea2f93 100644 --- a/tests/buildtab/driver.cxx +++ b/tests/buildtab/driver.cxx @@ -6,7 +6,7 @@ #include <cassert> #include <iostream> -#include <libbutl/utility.hxx> // operator<<(ostream,exception) +#include <libbutl/utility.mxx> // operator<<(ostream,exception) #include <libbbot/build-config.hxx> |