aboutsummaryrefslogtreecommitdiffstats
path: root/memfilepersistence
diff options
context:
space:
mode:
Diffstat (limited to 'memfilepersistence')
-rw-r--r--memfilepersistence/src/tests/spi/iteratorhandlertest.cpp1
-rw-r--r--memfilepersistence/src/tests/spi/memfiletestutils.cpp1
-rw-r--r--memfilepersistence/src/tests/spi/memfiletestutils.h2
3 files changed, 4 insertions, 0 deletions
diff --git a/memfilepersistence/src/tests/spi/iteratorhandlertest.cpp b/memfilepersistence/src/tests/spi/iteratorhandlertest.cpp
index 6fea98e3c8e..5b622987e73 100644
--- a/memfilepersistence/src/tests/spi/iteratorhandlertest.cpp
+++ b/memfilepersistence/src/tests/spi/iteratorhandlertest.cpp
@@ -9,6 +9,7 @@
#include <tests/spi/simulatedfailurefile.h>
#include <tests/spi/options_builder.h>
#include <vespa/document/fieldset/fieldsets.h>
+#include <vespa/document/select/parser.h>
namespace storage {
namespace memfile {
diff --git a/memfilepersistence/src/tests/spi/memfiletestutils.cpp b/memfilepersistence/src/tests/spi/memfiletestutils.cpp
index 1e882ccbe6b..7cf782376c9 100644
--- a/memfilepersistence/src/tests/spi/memfiletestutils.cpp
+++ b/memfilepersistence/src/tests/spi/memfiletestutils.cpp
@@ -7,6 +7,7 @@
#include <tests/spi/simulatedfailurefile.h>
#include <vespa/memfilepersistence/memfile/memfilecache.h>
#include <vespa/storageframework/defaultimplementation/memory/simplememorylogic.h>
+#include <vespa/document/update/assignvalueupdate.h>
#include <sys/time.h>
using document::DocumentType;
diff --git a/memfilepersistence/src/tests/spi/memfiletestutils.h b/memfilepersistence/src/tests/spi/memfiletestutils.h
index 796294fcaa3..d2bf5a9c635 100644
--- a/memfilepersistence/src/tests/spi/memfiletestutils.h
+++ b/memfilepersistence/src/tests/spi/memfiletestutils.h
@@ -17,10 +17,12 @@
#include <vespa/persistence/spi/persistenceprovider.h>
#include <vespa/memfilepersistence/spi/memfilepersistenceprovider.h>
#include <vespa/document/base/testdocman.h>
+#include <vespa/document/update/documentupdate.h>
#include <vespa/storageframework/defaultimplementation/clock/realclock.h>
#include <vespa/storageframework/defaultimplementation/component/componentregisterimpl.h>
#include <vespa/storageframework/defaultimplementation/memory/memorymanager.h>
+
namespace storage {
namespace memfile {