diff options
Diffstat (limited to 'libbrep/utility.hxx')
-rw-r--r-- | libbrep/utility.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbrep/utility.hxx b/libbrep/utility.hxx index 0fd2fe1..e160e29 100644 --- a/libbrep/utility.hxx +++ b/libbrep/utility.hxx @@ -11,7 +11,7 @@ #include <cassert> // assert() #include <iterator> // make_move_iterator() -#include <libbutl/utility.mxx> // reverse_iterate(), +#include <libbutl/utility.mxx> // casecmp(), reverse_iterate(), // operator<<(ostream, exception) namespace brep @@ -27,6 +27,7 @@ namespace brep // <libbutl/utility.mxx> // + using butl::casecmp; using butl::reverse_iterate; } |