mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +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
|
|
@ -7,6 +7,8 @@
|
|||
#include <random.h>
|
||||
#include <test/test_bitcoin.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
// Test if a string consists entirely of null characters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue