Merge pull request #1478

1976eddd common: add missing #include <system_error> for std::error_code (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2016-12-20 23:01:12 +02:00
commit 04bdce54b7
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -32,6 +32,7 @@
#include <boost/thread/locks.hpp>
#include <boost/thread/mutex.hpp>
#include <system_error>
#include <csignal>
#include <cstdio>
#include <functional>