diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:27:37 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:27:37 +0300 |
commit | b387713a19ddf0d10d8ae28c5de6e78cd9d568b5 (patch) | |
tree | 9a9e38fca32569bb481152c644b56093030bcd40 /tests/buildtab | |
parent | 066c25383db8d24cc0aed21d9bd4a071c1afdbbd (diff) |
Adapt to libbutl headers extension change from .mxx to .hxx
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 34550db..df23dbc 100644 --- a/tests/buildtab/driver.cxx +++ b/tests/buildtab/driver.cxx @@ -4,7 +4,7 @@ #include <ios> // ios::failbit, ios::badbit #include <iostream> -#include <libbutl/utility.mxx> // operator<<(ostream,exception) +#include <libbutl/utility.hxx> // operator<<(ostream,exception) #include <libbbot/build-config.hxx> |