mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
blockchain: add a couple missing includes
This commit is contained in:
parent
cf88e4dd24
commit
bed9a44e56
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue