aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-08-23 22:51:31 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-08-23 22:51:31 +0200
commitbe27e02909429150076fc5e2a1cc0d5ded724092 (patch)
treee41da976443fe6500eab2d7461883decbd88418c /searchcore/src/tests/proton/documentdb/documentdb_test.cpp
parent56161cebe83946590446db673dc40927a369da33 (diff)
Include what you need yourself.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/documentdb_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/documentdb_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/documentdb/documentdb_test.cpp b/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
index 2a5dfff372a..483e725927d 100644
--- a/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
@@ -27,6 +27,8 @@
#include <vespa/document/datatype/documenttype.h>
#include <vespa/vespalib/data/slime/slime.h>
#include <vespa/vespalib/testkit/test_kit.h>
+#include <vespa/fastos/file.h>
+
using document::DocumentType;
using document::DocumentTypeRepo;