trustwallet / wallet-core

Cross-platform, cross-blockchain wallet library.
https://developer.trustwallet.com/wallet-core
Apache License 2.0
2.86k stars 1.6k forks source link

fix(MultiversX): Added `cstdint` to headers #3974

Closed EduMenges closed 3 months ago

EduMenges commented 3 months ago

Newer versions of the C++ standard library (both LLVM's libc++ and GNU's libstdc++ excluded cstdint inclusion on string, breaking compilations of the project.

This PR adds cstdint inclusion manually to the affected files.