diff options
| author | Hennadii Stepanov <[email protected]> | 2020-04-24 08:39:32 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-06-04 10:05:54 -0400 |
| commit | 89f9fef1f71dfeff4baa59bc42bc9049a46d911b (patch) | |
| tree | 455f0a85cd10c787062dd2f7e78ea55456f3fd8a /src/script/sigcache.cpp | |
| parent | txdb: Remove unused boost/thread (diff) | |
| download | discoin-89f9fef1f71dfeff4baa59bc42bc9049a46d911b.tar.xz discoin-89f9fef1f71dfeff4baa59bc42bc9049a46d911b.zip | |
refactor: Specify boost/thread/thread.hpp explicitly
Diffstat (limited to 'src/script/sigcache.cpp')
| -rw-r--r-- | src/script/sigcache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/sigcache.cpp b/src/script/sigcache.cpp index 3c54d5bee..aaecab1ef 100644 --- a/src/script/sigcache.cpp +++ b/src/script/sigcache.cpp @@ -11,7 +11,7 @@ #include <util/system.h> #include <cuckoocache.h> -#include <boost/thread.hpp> +#include <boost/thread/shared_mutex.hpp> namespace { /** |