summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-03-29 21:12:17 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-03-29 21:12:17 +0200
commit7755ef2876e4859f8d89873653b78097227df727 (patch)
tree7d4a11e1d5a43203bfeb0405d8bb2639f7830989 /document
parentb6a0253e175f90314a43926e1e53ec71328401c9 (diff)
Add missing include
Diffstat (limited to 'document')
-rw-r--r--document/src/tests/documentidtest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/document/src/tests/documentidtest.cpp b/document/src/tests/documentidtest.cpp
index b670386012b..67af9f097a5 100644
--- a/document/src/tests/documentidtest.cpp
+++ b/document/src/tests/documentidtest.cpp
@@ -9,6 +9,7 @@
#include <vespa/document/base/documentid.h>
#include <vespa/document/datatype/documenttype.h>
#include <vespa/vespalib/util/md5.h>
+#include <vespa/fastos/file.h>
using document::VespaDocumentDeserializer;
using document::VespaDocumentSerializer;