aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorThomas Snider <tjps636@gmail.com>2017-11-18 11:35:14 -0800
committerThomas Snider <tjps636@gmail.com>2017-11-18 11:35:14 -0800
commitbba9bd0d9dd06f13a6b0c89181864453cab5c858 (patch)
treeb16239a61b68699026e7c7b93c0dad06081abd80 /src/util.h
parent99bc0b428b03b571afbc311b7f18fd3a707ac5af (diff)
downloadbitcoin-bba9bd0d9dd06f13a6b0c89181864453cab5c858.tar.xz
Switched sync.{cpp,h} to std threading primitives.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index be5c99567d..08de43d29f 100644
--- a/src/util.h
+++ b/src/util.h
@@ -28,6 +28,7 @@
#include <vector>
#include <boost/signals2/signal.hpp>
+#include <boost/thread/condition_variable.hpp> // for boost::thread_interrupted
// Application startup time (used for uptime calculation)
int64_t GetStartupTime();