aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2024-01-29 11:30:54 +0100
committerTor Egge <Tor.Egge@online.no>2024-01-29 11:30:54 +0100
commit88a905475f009a3adc9f689d69ba8e12b7356c81 (patch)
treea4bda32cb63c2907ebeb955b1235ffd9eb4a8620 /vespalib
parentec496b47e8fe68a4bf9ee3df8f562d36a8bfa71f (diff)
Include algorithm to get declaration of std::sort in unique store
hash dictionary read snapshot.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/datastore/unique_store_hash_dictionary_read_snapshot.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/datastore/unique_store_hash_dictionary_read_snapshot.hpp b/vespalib/src/vespa/vespalib/datastore/unique_store_hash_dictionary_read_snapshot.hpp
index f416f329331..d3349044fd9 100644
--- a/vespalib/src/vespa/vespalib/datastore/unique_store_hash_dictionary_read_snapshot.hpp
+++ b/vespalib/src/vespa/vespalib/datastore/unique_store_hash_dictionary_read_snapshot.hpp
@@ -3,6 +3,7 @@
#pragma once
#include "unique_store_hash_dictionary_read_snapshot.h"
+#include <algorithm>
namespace vespalib::datastore {