aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-01-29 11:54:11 +0100
committerGitHub <noreply@github.com>2024-01-29 11:54:11 +0100
commit977533414c3da81c8c9684e1d9d0290d002b0409 (patch)
treeeaf933fb2e4a8a8ab269f2f0826392126b967832 /vespalib
parentba8517dc925e7e15d397af8dad7df24be7ca7277 (diff)
parent88a905475f009a3adc9f689d69ba8e12b7356c81 (diff)
Merge pull request #30092 from vespa-engine/toregge/include-algorithm-in-unique-store-hash-dictionary-read-snapshot
Include algorithm to get declaration of std::sort in unique store
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 {