diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-04-24 08:39:32 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-06-04 10:05:54 -0400 |
commit | 89f9fef1f71dfeff4baa59bc42bc9049a46d911b (patch) | |
tree | 455f0a85cd10c787062dd2f7e78ea55456f3fd8a /src/script/sigcache.cpp | |
parent | fad8c890f5ae6e083e416781b4857a1a53ad5249 (diff) |
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 3c54d5bee4..aaecab1ef2 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 { /** |