summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-09-26 15:08:21 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-09-26 15:08:21 +0200
commitfc1b0fd518fe5e37757690ce05e26fb4025d0059 (patch)
treeeedbcdf9253fd5a6e5cba2b9aa8712457e232e5a /document
parent6796195b37f351f843eea4992d2d45b7ba4eb771 (diff)
Use multiple threads for mbus invoke
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/annotation/spantree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/vespa/document/annotation/spantree.h b/document/src/vespa/document/annotation/spantree.h
index 2518db32fe3..e2839c4793b 100644
--- a/document/src/vespa/document/annotation/spantree.h
+++ b/document/src/vespa/document/annotation/spantree.h
@@ -2,7 +2,7 @@
#pragma once
-#include <vespa/document/annotation/annotation.h>
+#include "annotation.h"
#include <vector>
#include <cassert>