Skip to content

Commit

Permalink
Merge pull request #32769 from vespa-engine/toregge/include-algorithm…
Browse files Browse the repository at this point in the history
…-to-get-declaration-of-std-fill

Include algorithm to get declaration of std::fill.
  • Loading branch information
geirst authored Nov 4, 2024
2 parents 7cde2b9 + 5541b0f commit 0b10080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vespalib/src/vespa/vespalib/util/rendezvous.hpp
Original file line number Diff line number Diff line change
@@ -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 <algorithm>
#include <cassert>

namespace vespalib {
Expand Down

0 comments on commit 0b10080

Please sign in to comment.