diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-12-20 18:53:58 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-12-20 18:53:58 +0000 |
| commit | 1976eddd89b3f2c805b25656f143cd82aba9acc4 (patch) | |
| tree | cf042d6a3a0a0fc108b69f865d0e681c7ffb5cf6 /src/common | |
| parent | c7f9d0d971e7b6da6f803a2f3486b935f575d7c3 (diff) | |
| download | monzero-core-1976eddd89b3f2c805b25656f143cd82aba9acc4.tar.gz monzero-core-1976eddd89b3f2c805b25656f143cd82aba9acc4.tar.xz monzero-core-1976eddd89b3f2c805b25656f143cd82aba9acc4.zip | |
common: add missing #include <system_error> for std::error_code
Diffstat (limited to 'src/common')
| -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> |
