mirror of
https://github.com/monero-project/monero.git
synced 2026-01-22 12:24:30 +01:00
db_bdb: add missing include for std::condition_variable
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "cryptonote_protocol/blobdatatype.h" // for type blobdata
|
||||
|
||||
#include <unordered_map>
|
||||
#include <condition_variable>
|
||||
|
||||
// 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.
|
||||
|
||||
Reference in New Issue
Block a user