diff --git a/src/main.cpp b/src/main.cpp index b9a977d3..e290b755 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,7 +15,7 @@ namespace bf = boost::filesystem; using blockstore::ondisk::OnDiskBlockStore; using blockstore::inmemory::InMemoryBlockStore; -using std::make_unique; +using cpputils::make_unique_ref; int main (int argc, char *argv[]) {