db_bdb: add missing include for std::condition_variable

This commit is contained in:
moneromooo-monero 2016-02-20 15:38:43 +00:00
parent 81a93cd171
commit 0eb4d054f6
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -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.