mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
Merge pull request #3381 from victorsk2019/1.21-dev-gcc13-headers
1.21-dev: fix for GCC13 compilation errors
This commit is contained in:
commit
4eea137ccb
@ -4,6 +4,7 @@
|
||||
|
||||
#include <support/lockedpool.h>
|
||||
#include <support/cleanse.h>
|
||||
#include <stdexcept>
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include <config/bitcoin-config.h>
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
#include <attributes.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
|
||||
/** Parse an HD keypaths like "m/7/0'/2000". */
|
||||
NODISCARD bool ParseHDKeypath(const std::string& keypath_str, std::vector<uint32_t>& keypath);
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
|
||||
NODISCARD inline std::string TrimString(const std::string& str, const std::string& pattern = " \f\n\r\t\v")
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user