Fixed includes in BlockchainDB unit tests

This commit is contained in:
Thomas Winget 2015-03-10 15:17:46 -04:00
parent 8b82f3c57f
commit 5d2a2b7e69
No known key found for this signature in database
GPG key ID: 58131A160789E630

View file

@ -33,8 +33,8 @@
#include "gtest/gtest.h"
#include "cryptonote_core/blockchain_db.h"
#include "cryptonote_core/BlockchainDB_impl/db_lmdb.h"
#include "blockchain_db/blockchain_db.h"
#include "blockchain_db/lmdb/db_lmdb.h"
#include "cryptonote_core/cryptonote_format_utils.h"
using namespace cryptonote;