diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-12-20 23:01:12 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-12-20 23:01:12 +0200 |
| commit | 04bdce54b7bae6cc723cd9b4989dd1fe77e3fd37 (patch) | |
| tree | 69864efe43ae2edfc7981f853b09956cdb3d8907 /src | |
| parent | 5a66365cdd019c00237946563872bde6dc467639 (diff) | |
| parent | 1976eddd89b3f2c805b25656f143cd82aba9acc4 (diff) | |
| download | monzero-core-04bdce54b7bae6cc723cd9b4989dd1fe77e3fd37.tar.gz monzero-core-04bdce54b7bae6cc723cd9b4989dd1fe77e3fd37.tar.xz monzero-core-04bdce54b7bae6cc723cd9b4989dd1fe77e3fd37.zip | |
Merge pull request #1478
1976eddd common: add missing #include <system_error> for std::error_code (moneromooo-monero)
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index 3bb9a053e..501a6d487 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -32,6 +32,7 @@ #include <boost/thread/locks.hpp> #include <boost/thread/mutex.hpp> +#include <system_error> #include <csignal> #include <cstdio> #include <functional> |
