common: add missing #include <system_error> for std::error_code

This commit is contained in:
moneromooo-monero 2016-12-20 18:53:58 +00:00
parent c7f9d0d971
commit 1976eddd89
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

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>