mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-07 10:21:11 +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/system.h>
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
UniValue ValueFromAmount(const CAmount amount)
|
||||
{
|
||||
static_assert(COIN > 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user