summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-10-06 22:02:48 +0200
committerTor Egge <Tor.Egge@online.no>2022-10-06 22:02:48 +0200
commitafc5ab6514692990311c6d701301c96a576f3ec8 (patch)
tree2bd2dc40838b64d687e0a1bdf8f139c187d3d4e3 /vespalib
parent08302fcfa246914e2b58b29b5c56f9ba8ae3cb96 (diff)
Include algorithm to get definition of std::find
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/datastore/free_list.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/datastore/free_list.cpp b/vespalib/src/vespa/vespalib/datastore/free_list.cpp
index 6c96e51241c..44e49b68df9 100644
--- a/vespalib/src/vespa/vespalib/datastore/free_list.cpp
+++ b/vespalib/src/vespa/vespalib/datastore/free_list.cpp
@@ -1,6 +1,7 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "free_list.h"
+#include <algorithm>
#include <cassert>
namespace vespalib::datastore {