aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-01-29 11:54:42 +0100
committerGitHub <noreply@github.com>2024-01-29 11:54:42 +0100
commitc29b73362ea308aa966b3cc0768418705a450983 (patch)
tree56b92a81083d5072615b9e1c6483dac4c4f0db76 /vespalib
parent977533414c3da81c8c9684e1d9d0290d002b0409 (diff)
parenta92a88d1f62ed9cb85167460dab6789c3dae30f2 (diff)
Merge pull request #30093 from vespa-engine/toregge/include-algorithm-in-vespalib-portal
Include algorithm to get declarations of std::remove_if and std::sort
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 {