summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-16 18:00:10 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-09-16 18:00:10 +0000
commitcefbaa26062e228262a39110ecabf7b031c69100 (patch)
tree426121df45c7232ad98a96667af4fabdccb03377 /storage
parentc48c65becbca835d03ebb75dcbc828d13eb0fe75 (diff)
Avoid including smallvector in arrayref, then it is included 'everywhere'.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/distributor/maintenance/simplebucketprioritydatabase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/distributor/maintenance/simplebucketprioritydatabase.cpp b/storage/src/vespa/storage/distributor/maintenance/simplebucketprioritydatabase.cpp
index 1dc0ff15e81..e267626fd7f 100644
--- a/storage/src/vespa/storage/distributor/maintenance/simplebucketprioritydatabase.cpp
+++ b/storage/src/vespa/storage/distributor/maintenance/simplebucketprioritydatabase.cpp
@@ -2,6 +2,7 @@
#include "simplebucketprioritydatabase.h"
#include <vespa/vespalib/stllike/hash_map.hpp>
+#include <cassert>
#include <ostream>
#include <sstream>