summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-02-03 13:30:04 +0100
committerGitHub <noreply@github.com>2021-02-03 13:30:04 +0100
commit21d9cda9a3a50ab3186eecbd9e9ac129762640a2 (patch)
treee7bd5b39dea014dd50e7c46d6d8242c5e8559a13 /searchcore
parentd785a5ec4b2186f223d94095a3eaa229d28e3d33 (diff)
parent7ef09f7bd88b8d637d754ff66b208af0464908ed (diff)
Merge pull request #16367 from vespa-engine/toregge/include-thread-as-needed
Include thread as needed.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/apps/vespa-feed-bm/vespa_feed_bm.cpp1
-rw-r--r--searchcore/src/tests/proton/documentdb/maintenancecontroller/maintenancecontroller_test.cpp1
-rw-r--r--searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/searchcore/src/apps/vespa-feed-bm/vespa_feed_bm.cpp b/searchcore/src/apps/vespa-feed-bm/vespa_feed_bm.cpp
index 6cca2e4bd48..d2f7ba4c2cd 100644
--- a/searchcore/src/apps/vespa-feed-bm/vespa_feed_bm.cpp
+++ b/searchcore/src/apps/vespa-feed-bm/vespa_feed_bm.cpp
@@ -76,6 +76,7 @@
#include <vespa/vespalib/util/lambdatask.h>
#include <getopt.h>
#include <iostream>
+#include <thread>
#include <vespa/log/log.h>
LOG_SETUP("vespa-feed-bm");
diff --git a/searchcore/src/tests/proton/documentdb/maintenancecontroller/maintenancecontroller_test.cpp b/searchcore/src/tests/proton/documentdb/maintenancecontroller/maintenancecontroller_test.cpp
index 44afe1ddd75..8c6115abf07 100644
--- a/searchcore/src/tests/proton/documentdb/maintenancecontroller/maintenancecontroller_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/maintenancecontroller/maintenancecontroller_test.cpp
@@ -42,6 +42,7 @@
#include <vespa/vespalib/util/threadstackexecutor.h>
#include <vespa/fastos/thread.h>
#include <unistd.h>
+#include <thread>
#include <vespa/log/log.h>
LOG_SETUP("maintenancecontroller_test");
diff --git a/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp b/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp
index 2e53b97a878..e42f8323473 100644
--- a/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp
+++ b/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp
@@ -25,6 +25,7 @@
#include <vespa/config-summary.h>
#include <vespa/config-summarymap.h>
#include <map>
+#include <thread>
using namespace config;
using namespace proton;