Bugfix: Include <memory> for std::unique_ptr

GitHub-Pull: #12859
Rebased-From: a5bca13
This commit is contained in:
Luke Dashjr
2018-04-02 18:31:40 +00:00
committed by fanquake
parent 4ea3e8ef07
commit 18b0c69e2f
34 changed files with 46 additions and 0 deletions

View File

@@ -30,6 +30,8 @@
#include <utilmoneystr.h>
#include <utilstrencodings.h>
#include <memory>
#if defined(NDEBUG)
# error "Bitcoin cannot be compiled without assertions."
#endif