summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-02-25 13:39:24 +0100
committerTor Egge <Tor.Egge@online.no>2022-02-25 13:39:24 +0100
commit3f9a8e04fd5d402253d5b276bb68de5b79058968 (patch)
treede427bacd92f9d51804e0a085c2093d8fa697779
parentfc9db2992f799bffb80df2b1d57bd4f320da5e7e (diff)
Add include to get declaration of std::find
-rw-r--r--vespalib/src/vespa/vespalib/datastore/buffer_type.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/datastore/buffer_type.cpp b/vespalib/src/vespa/vespalib/datastore/buffer_type.cpp
index 372370bc2d5..ca908d48210 100644
--- a/vespalib/src/vespa/vespalib/datastore/buffer_type.cpp
+++ b/vespalib/src/vespa/vespalib/datastore/buffer_type.cpp
@@ -2,6 +2,7 @@
#include "atomic_entry_ref.h"
#include "buffer_type.hpp"
+#include <algorithm>
#include <cassert>
#include <cmath>