Skip to content

Commit 9563a64

Browse files
committed
refactor: add stdd:: includes to core_write
1 parent 8b9efeb commit 9563a64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core_write.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
#include <util/strencodings.h>
2020
#include <util/system.h>
2121

22+
#include <map>
23+
#include <string>
24+
#include <vector>
25+
2226
UniValue ValueFromAmount(const CAmount amount)
2327
{
2428
static_assert(COIN > 1);

0 commit comments

Comments
 (0)