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/test/util/setup_common.h | |
parent | fad8c890f5ae6e083e416781b4857a1a53ad5249 (diff) |
refactor: Specify boost/thread/thread.hpp explicitly
Diffstat (limited to 'src/test/util/setup_common.h')
-rw-r--r-- | src/test/util/setup_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/util/setup_common.h b/src/test/util/setup_common.h index 2477f9ad06..d5cda8a95b 100644 --- a/src/test/util/setup_common.h +++ b/src/test/util/setup_common.h @@ -17,7 +17,7 @@ #include <type_traits> -#include <boost/thread.hpp> +#include <boost/thread/thread.hpp> /** This is connected to the logger. Can be used to redirect logs to any other log */ extern const std::function<void(const std::string&)> G_TEST_LOG_FUN; |