summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-01-13 18:27:41 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2017-01-13 18:27:41 +0000
commit33f6abf388b95ebba7d1b808aa93d1fa5ccd2bf5 (patch)
treef131ad0f5a2b859caa67d1f38b6cb276910513a7 /searchcore
parent5cc9486d18ed788aaec9dd31af7df582731b6dd8 (diff)
Add missing gcc 6 include
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/common/statusreport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/common/statusreport.h b/searchcore/src/vespa/searchcore/proton/common/statusreport.h
index ecb3b696a1f..b41d6bd14e0 100644
--- a/searchcore/src/vespa/searchcore/proton/common/statusreport.h
+++ b/searchcore/src/vespa/searchcore/proton/common/statusreport.h
@@ -5,6 +5,7 @@
#include <cmath>
#include <limits>
#include <memory>
+#include <vector>
namespace proton {