From 5541b0fda370083f1876c9114b9309523e46f690 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Mon, 4 Nov 2024 13:40:50 +0100 Subject: [PATCH] Include algorithm to get declaration of std::fill. --- vespalib/src/vespa/vespalib/util/rendezvous.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/vespalib/src/vespa/vespalib/util/rendezvous.hpp b/vespalib/src/vespa/vespalib/util/rendezvous.hpp index def1849aa453..b8411fc1bc99 100644 --- a/vespalib/src/vespa/vespalib/util/rendezvous.hpp +++ b/vespalib/src/vespa/vespalib/util/rendezvous.hpp @@ -1,6 +1,7 @@ // Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "exceptions.h" +#include #include namespace vespalib {