aboutsummaryrefslogtreecommitdiff
path: root/libbrep/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbrep/utility.hxx')
-rw-r--r--libbrep/utility.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/libbrep/utility.hxx b/libbrep/utility.hxx
index 7058c94..fce8fb5 100644
--- a/libbrep/utility.hxx
+++ b/libbrep/utility.hxx
@@ -4,11 +4,12 @@
#ifndef LIBBREP_UTILITY_HXX
#define LIBBREP_UTILITY_HXX
-#include <memory> // make_shared()
-#include <string> // to_string()
-#include <utility> // move(), forward(), declval(), make_pair()
-#include <cassert> // assert()
-#include <iterator> // make_move_iterator()
+#include <memory> // make_shared()
+#include <string> // to_string()
+#include <utility> // move(), forward(), declval(), make_pair()
+#include <cassert> // assert()
+#include <iterator> // make_move_iterator()
+#include <algorithm> // *
#include <libbutl/utility.hxx> // icasecmp(), reverse_iterate(),
// operator<<(ostream, exception)