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

pull/95/head
moneromooo-monero 8 years ago
parent c7f9d0d971
commit 1976eddd89
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

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

Loading…
Cancel
Save