diff options
| author | Thomas Snider <[email protected]> | 2017-11-18 11:35:14 -0800 |
|---|---|---|
| committer | Thomas Snider <[email protected]> | 2017-11-18 11:35:14 -0800 |
| commit | bba9bd0d9dd06f13a6b0c89181864453cab5c858 (patch) | |
| tree | b16239a61b68699026e7c7b93c0dad06081abd80 /src/util.h | |
| parent | Merge #11087: Diagnose unsuitable outputs in lockunspent(). (diff) | |
| download | discoin-bba9bd0d9dd06f13a6b0c89181864453cab5c858.tar.xz discoin-bba9bd0d9dd06f13a6b0c89181864453cab5c858.zip | |
Switched sync.{cpp,h} to std threading primitives.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index be5c99567..08de43d29 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(); |