mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
9b74c70d3d
The `<stdexcept>` include is needed for `std::runtime_error` definition. The `<cstdint>` include is needed for `uint8_t` and `uint32_t` definition. ## Issue being fixed or feature implemented Compilation failure with GCC 13. GCC 13 is more strict about missing includes that were included indirectly by previous versions of GCC. ## What was done? Added missing includes. ## How Has This Been Tested? Successful compilation on Fedora 38 with GCC 13. All tests passed successfully. ## Breaking Changes None. ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation Signed-off-by: Oleg Girko <ol@infoserver.lv> Co-authored-by: Oleg Girko <ol@infoserver.lv> |
||
---|---|---|
.. | ||
asmap.cpp | ||
asmap.h | ||
bip32.cpp | ||
bip32.h | ||
bytevectorhash.cpp | ||
bytevectorhash.h | ||
check.h | ||
enumerate.h | ||
error.cpp | ||
error.h | ||
fees.cpp | ||
fees.h | ||
getuniquepath.cpp | ||
getuniquepath.h | ||
golombrice.h | ||
irange.h | ||
macros.h | ||
message.cpp | ||
message.h | ||
moneystr.cpp | ||
moneystr.h | ||
ranges.h | ||
serfloat.cpp | ||
serfloat.h | ||
settings.cpp | ||
settings.h | ||
sock.cpp | ||
sock.h | ||
spanparsing.cpp | ||
spanparsing.h | ||
strencodings.cpp | ||
strencodings.h | ||
string.cpp | ||
string.h | ||
system.cpp | ||
system.h | ||
threadnames.cpp | ||
threadnames.h | ||
time.cpp | ||
time.h | ||
translation.h | ||
underlying.h | ||
url.cpp | ||
url.h | ||
validation.cpp | ||
validation.h | ||
vector.h |