diff options
author | fanquake <fanquake@gmail.com> | 2022-03-30 20:11:15 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-03-30 20:11:15 +0100 |
commit | 9563a645c22a455da3d2d305ed0eef4266b1d322 (patch) | |
tree | a64439813eab3ef516601695e85d8029d3849bff /src/core_write.cpp | |
parent | 8b9efebb0a1a1e6b3a6de88cef57454f1a79eb04 (diff) |
refactor: add stdd:: includes to core_write
Diffstat (limited to 'src/core_write.cpp')
-rw-r--r-- | src/core_write.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core_write.cpp b/src/core_write.cpp index 1fce4c5214..cfd4cb1b49 100644 --- a/src/core_write.cpp +++ b/src/core_write.cpp @@ -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); |