aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/common/teststorageapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/common/teststorageapp.h')
-rw-r--r--storage/src/tests/common/teststorageapp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/common/teststorageapp.h b/storage/src/tests/common/teststorageapp.h
index 5695ca2618e..fb91145c66a 100644
--- a/storage/src/tests/common/teststorageapp.h
+++ b/storage/src/tests/common/teststorageapp.h
@@ -22,6 +22,7 @@
#include <vespa/document/bucket/fixed_bucket_spaces.h>
#include <vespa/persistence/spi/types.h>
#include <vespa/storage/bucketdb/storbucketdb.h>
+#include <vespa/storage/bucketdb/bucketdatabase.h>
#include <vespa/storage/common/doneinitializehandler.h>
#include <vespa/storage/common/hostreporter/hostinfo.h>
#include <vespa/storage/common/node_identity.h>
@@ -36,7 +37,6 @@
namespace storage {
namespace spi { struct PersistenceProvider; }
-class StorageBucketDBInitializer;
DEFINE_PRIMITIVE_WRAPPER(uint16_t, NodeIndex);
DEFINE_PRIMITIVE_WRAPPER(uint16_t, NodeCount);