Include is needed for some gcc build environments

This commit is contained in:
Michael Vandeberg 2016-12-02 16:15:35 -05:00
parent d7276e2d15
commit 2f202e017c

View file

@ -2,6 +2,8 @@
#include <fc/time.hpp>
#include <fc/thread/spin_yield_lock.hpp>
#include <memory>
namespace fc {
class microseconds;
class time_point;