mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-02 15:32:34 +02:00
refactor: add stdd:: includes to core_write
This commit is contained in:
parent
8b9efebb0a
commit
9563a645c2
@ -19,6 +19,10 @@
|
|||||||
#include <util/strencodings.h>
|
#include <util/strencodings.h>
|
||||||
#include <util/system.h>
|
#include <util/system.h>
|
||||||
|
|
||||||
|
#include <map>
|
||||||
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
UniValue ValueFromAmount(const CAmount amount)
|
UniValue ValueFromAmount(const CAmount amount)
|
||||||
{
|
{
|
||||||
static_assert(COIN > 1);
|
static_assert(COIN > 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user