mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Bugfix: Include <memory> for std::unique_ptr
This commit is contained in:
parent
9d9c4185fa
commit
a5bca13095
34 changed files with 46 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#include <util.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <memory>
|
||||
|
||||
const std::string CBaseChainParams::MAIN = "main";
|
||||
const std::string CBaseChainParams::TESTNET = "test";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue