mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
refactor: add stdd:: includes to core_write
This commit is contained in:
parent
8b9efebb0a
commit
9563a645c2
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue