Fix missing using statement in main.cpp
This commit is contained in:
parent
492caeb418
commit
013d50d8b6
@ -15,7 +15,7 @@ namespace bf = boost::filesystem;
|
|||||||
using blockstore::ondisk::OnDiskBlockStore;
|
using blockstore::ondisk::OnDiskBlockStore;
|
||||||
using blockstore::inmemory::InMemoryBlockStore;
|
using blockstore::inmemory::InMemoryBlockStore;
|
||||||
|
|
||||||
using std::make_unique;
|
using cpputils::make_unique_ref;
|
||||||
|
|
||||||
int main (int argc, char *argv[])
|
int main (int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user