Merge pull request #681
0eb4d05
db_bdb: add missing include for std::condition_variable (moneromooo-monero)
This commit is contained in:
commit
3860feecb8
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
#include "cryptonote_protocol/blobdatatype.h" // for type blobdata
|
#include "cryptonote_protocol/blobdatatype.h" // for type blobdata
|
||||||
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
#include <condition_variable>
|
||||||
|
|
||||||
// ND: Enables multi-threaded bulk reads for when getting indices.
|
// ND: Enables multi-threaded bulk reads for when getting indices.
|
||||||
// TODO: Disabled for now, as it doesn't seem to provide noticeable improvements (??. Reason: TBD.
|
// TODO: Disabled for now, as it doesn't seem to provide noticeable improvements (??. Reason: TBD.
|
||||||
|
|
Loading…
Reference in a new issue