summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-03-05 17:13:37 +0100
committerTor Egge <Tor.Egge@online.no>2023-03-05 17:13:37 +0100
commitc3a2cfbb9575851cc0e034fda9c8e6680f5bc7f0 (patch)
tree7162f0d6e3038096a0aeb843bf20c6b5c0f73ccb /searchcore
parentcbdce1cc7d96f4eced79a8d4a50b71fa1dcd831e (diff)
Include thread to get definition of std::thread
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.h b/searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.h
index 9f9104df0af..3914d016734 100644
--- a/searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.h
+++ b/searchcore/src/vespa/searchcore/proton/server/proton_config_fetcher.h
@@ -8,6 +8,7 @@
#include <vespa/config/retriever/configretriever.h>
#include <vespa/config/subscription/configuri.h>
#include <deque>
+#include <thread>
class FNET_Transport;