aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-12-20 18:53:58 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-12-20 18:53:58 +0000
commit1976eddd89b3f2c805b25656f143cd82aba9acc4 (patch)
treecf042d6a3a0a0fc108b69f865d0e681c7ffb5cf6 /src
parentMerge pull request #1475 (diff)
downloadmonero-1976eddd89b3f2c805b25656f143cd82aba9acc4.tar.xz
common: add missing #include <system_error> for std::error_code
Diffstat (limited to 'src')
-rw-r--r--src/common/util.h1
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>