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 | |
parent | Merge pull request #1477 (diff) | |
parent | common: add missing #include <system_error> for std::error_code (diff) | |
download | monero-04bdce54b7bae6cc723cd9b4989dd1fe77e3fd37.tar.xz |
Merge pull request #1478
1976eddd common: add missing #include <system_error> for std::error_code (moneromooo-monero)
-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> |