summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-01-25 23:13:52 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2017-01-25 23:13:52 +0100
commit13a97c76b851464f0c1600e1ceef3ddf4fc90d20 (patch)
treea04d1dfb8ef355c4f4d5360a0ea335fb6ac32057 /searchcore
parent4c1321fbc59ad13214f091cce6394d08ed44e06f (diff)
Self sufficient header files.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/docid_range_scheduler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/docid_range_scheduler.h b/searchcore/src/vespa/searchcore/proton/matching/docid_range_scheduler.h
index aa0ceb9073a..bdd0053025e 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/docid_range_scheduler.h
+++ b/searchcore/src/vespa/searchcore/proton/matching/docid_range_scheduler.h
@@ -7,6 +7,7 @@
#include <condition_variable>
#include <atomic>
#include <algorithm>
+#include <vector>
#include <vespa/fastos/dynamiclibrary.h>
namespace proton {