aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index e891f21..4360118 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -4,12 +4,13 @@
#ifndef BPKG_UTILITY_HXX
#define BPKG_UTILITY_HXX
-#include <memory> // make_shared()
-#include <string> // to_string()
-#include <cstring> // strcmp(), strchr()
-#include <utility> // move(), forward(), declval(), make_pair()
-#include <cassert> // assert()
-#include <iterator> // make_move_iterator()
+#include <memory> // make_shared()
+#include <string> // to_string()
+#include <cstring> // strcmp(), strchr()
+#include <utility> // move(), forward(), declval(), make_pair()
+#include <cassert> // assert()
+#include <iterator> // make_move_iterator()
+#include <algorithm> // *
#include <libbutl/ft/lang.hxx>