diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:48:06 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:48:06 +0300 |
commit | ac80e3c37f1fee068e46b6f5a2043581d413e992 (patch) | |
tree | 9de253075cd0c19a96acc8344eb63609357eae87 /libbrep/wrapper-traits.hxx | |
parent | 63eb768b7dcd6b4015354a5f1b75f95032c7149a (diff) |
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'libbrep/wrapper-traits.hxx')
-rw-r--r-- | libbrep/wrapper-traits.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/wrapper-traits.hxx b/libbrep/wrapper-traits.hxx index 9dad27b..8c9d830 100644 --- a/libbrep/wrapper-traits.hxx +++ b/libbrep/wrapper-traits.hxx @@ -6,7 +6,7 @@ #include <odb/pre.hxx> -#include <libbutl/optional.mxx> +#include <libbutl/optional.hxx> #include <odb/wrapper-traits.hxx> |