diff options
| author | Howard Chu <hyc@symas.com> | 2016-03-11 12:25:28 +0000 |
|---|---|---|
| committer | Howard Chu <hyc@symas.com> | 2016-03-11 15:09:50 +0000 |
| commit | b937a2c915861900d047d4d4a24af31c454e3540 (patch) | |
| tree | ceedf9b256b9769f72cb34319e4144ae127543dc /src/wallet/wallet_errors.h | |
| parent | b96147030cf06b7adacafebff196bc23a4b19199 (diff) | |
| download | monzero-core-b937a2c915861900d047d4d4a24af31c454e3540.tar.gz monzero-core-b937a2c915861900d047d4d4a24af31c454e3540.tar.xz monzero-core-b937a2c915861900d047d4d4a24af31c454e3540.zip | |
Use boost::thread instead of std::thread
and all other associated IPC
Diffstat (limited to 'src/wallet/wallet_errors.h')
| -rw-r--r-- | src/wallet/wallet_errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet_errors.h b/src/wallet/wallet_errors.h index 10d27651f..80482c1ba 100644 --- a/src/wallet/wallet_errors.h +++ b/src/wallet/wallet_errors.h @@ -31,6 +31,7 @@ #pragma once #include <stdexcept> +#include <system_error> #include <string> #include <vector> |
