aboutsummaryrefslogtreecommitdiff
path: root/libbrep
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-07-07 19:09:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-10 22:03:18 +0300
commit21033565488f6c63b4c40962cccfdc8b6ca32b2a (patch)
tree44732ab7e1c7a7b25e64b82bf61d293f6cff2f86 /libbrep
parent026377d0c145277b24b3af5fdcf707222e854bd3 (diff)
Add support for package submission
Diffstat (limited to 'libbrep')
-rw-r--r--libbrep/utility.hxx3
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;
}