aboutsummaryrefslogtreecommitdiff
path: root/src/util/bip32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/bip32.cpp')
-rw-r--r--src/util/bip32.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util/bip32.cpp b/src/util/bip32.cpp
index 4c7e948368..796af4a544 100644
--- a/src/util/bip32.cpp
+++ b/src/util/bip32.cpp
@@ -2,12 +2,13 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#include <sstream>
-#include <stdio.h>
#include <tinyformat.h>
#include <util/bip32.h>
#include <util/strencodings.h>
+#include <cstdint>
+#include <cstdio>
+#include <sstream>
bool ParseHDKeypath(const std::string& keypath_str, std::vector<uint32_t>& keypath)
{