summaryrefslogtreecommitdiffstats
path: root/memfilepersistence
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-24 00:12:41 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-11-24 19:16:27 +0000
commit347dee4b2c6b14485af2ce8e2e6d5385fc14d605 (patch)
tree5742153bf097a9f1dc2b7be52a8594f3cc62382f /memfilepersistence
parent49781d0ce6c8598b37970299adf93b919b65733e (diff)
Now make all works
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 {