Merge pull request #8846

f983ac7 fix missing <cstdint> includes (tobtoht)
This commit is contained in:
luigi1111 2023-05-12 14:31:26 -05:00
commit 1ce32d8536
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
4 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <string> #include <string>
#include <ctime> #include <ctime>
#include <cstdint>
namespace epee namespace epee
{ {

View File

@ -30,6 +30,7 @@
#include <boost/utility/string_ref_fwd.hpp> #include <boost/utility/string_ref_fwd.hpp>
#include <string> #include <string>
#include <cstdint>
namespace epee namespace epee
{ {

View File

@ -34,6 +34,7 @@
#include <iostream> #include <iostream>
#include <vector> #include <vector>
#include <stdexcept> #include <stdexcept>
#include <cstdint>
namespace tools { namespace tools {

View File

@ -38,6 +38,7 @@
#include <ctime> #include <ctime>
#include <iostream> #include <iostream>
#include <stdexcept> #include <stdexcept>
#include <cstdint>
// Public interface for libwallet library // Public interface for libwallet library
namespace Monero { namespace Monero {