aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/proton/proton.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2021-01-04 11:14:02 +0100
committerTor Egge <Tor.Egge@broadpark.no>2021-01-04 11:14:02 +0100
commit66cbc3e7d7f50fd53827ee9346e24f6d78735f9a (patch)
treebee76cc57fd51a665da5333400673baa00b12bf3 /searchcore/src/apps/proton/proton.cpp
parent1c4d7f8105ec86df94bb435b9a31801b0ed921fa (diff)
Include thread header file when needed.
Diffstat (limited to 'searchcore/src/apps/proton/proton.cpp')
-rw-r--r--searchcore/src/apps/proton/proton.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/apps/proton/proton.cpp b/searchcore/src/apps/proton/proton.cpp
index 51e34f09e22..171579ad693 100644
--- a/searchcore/src/apps/proton/proton.cpp
+++ b/searchcore/src/apps/proton/proton.cpp
@@ -9,6 +9,7 @@
#include <vespa/config/common/exceptions.h>
#include <vespa/fastos/app.h>
#include <iostream>
+#include <thread>
#include <vespa/log/log.h>
LOG_SETUP("proton");