10 lines
194 B
C++
10 lines
194 B
C++
#pragma once
|
|
|
|
#include <nano/secure/common.hpp>
|
|
|
|
struct MDB_val;
|
|
|
|
namespace nano::store
|
|
{
|
|
// Holds historical verisons of classes used when upgrading database stores.
|
|
} // namespace nano::store
|