aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2024-01-29 11:42:27 +0100
committerTor Egge <Tor.Egge@online.no>2024-01-29 11:42:27 +0100
commita92a88d1f62ed9cb85167460dab6789c3dae30f2 (patch)
tree0f62623b55d0b0766c081b63cfe251d4c3262fc0 /vespalib
parentec496b47e8fe68a4bf9ee3df8f562d36a8bfa71f (diff)
Include algorithm to get declarations of std::remove_if and std::sort
in vespalib portal.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/portal/portal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/portal/portal.cpp b/vespalib/src/vespa/vespalib/portal/portal.cpp
index 8e91e2b5caf..32cc9e4c644 100644
--- a/vespalib/src/vespa/vespalib/portal/portal.cpp
+++ b/vespalib/src/vespa/vespalib/portal/portal.cpp
@@ -4,6 +4,7 @@
#include "http_connection.h"
#include <vespa/vespalib/util/stringfmt.h>
#include <vespa/vespalib/util/host_name.h>
+#include <algorithm>
#include <cassert>
namespace vespalib {