aboutsummaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-01-05 22:26:40 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-01-05 22:26:40 +0000
commit83598fd5c744586a34d17a0395619cc6d5080411 (patch)
tree8bf29261d86fced0b8f2ca8541687d831d645d7c /searchcommon
parent0e7092d8b7a636ad18e953ae169e3b9f5e4ed421 (diff)
GC unused code and update includes
Diffstat (limited to 'searchcommon')
-rw-r--r--searchcommon/src/vespa/searchcommon/common/schema.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcommon/src/vespa/searchcommon/common/schema.h b/searchcommon/src/vespa/searchcommon/common/schema.h
index f8020d6ed9a..90cf099f2d8 100644
--- a/searchcommon/src/vespa/searchcommon/common/schema.h
+++ b/searchcommon/src/vespa/searchcommon/common/schema.h
@@ -6,6 +6,7 @@
#include <vespa/vespalib/stllike/string.h>
#include <vespa/vespalib/stllike/hash_map.h>
#include <vespa/vespalib/util/ptrholder.h>
+#include <vespa/fastos/timestamp.h>
#include <vector>
namespace vespalib { class asciistream; }