blockchain: add a couple missing includes
This commit is contained in:
parent
cf88e4dd24
commit
bed9a44e56
|
@ -38,6 +38,8 @@
|
|||
#include <boost/multi_index/member.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <atomic>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
|
||||
#include "syncobj.h"
|
||||
#include "string_tools.h"
|
||||
|
|
Loading…
Reference in New Issue