Include is needed for some gcc build environments
This commit is contained in:
parent
d7276e2d15
commit
2f202e017c
1 changed files with 5 additions and 3 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
#include <fc/time.hpp>
|
#include <fc/time.hpp>
|
||||||
#include <fc/thread/spin_yield_lock.hpp>
|
#include <fc/thread/spin_yield_lock.hpp>
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace fc {
|
namespace fc {
|
||||||
class microseconds;
|
class microseconds;
|
||||||
class time_point;
|
class time_point;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue