Skip to content

Commit

Permalink
Merge pull request #8846
Browse files Browse the repository at this point in the history
f983ac7 fix missing <cstdint> includes (tobtoht)
  • Loading branch information
luigi1111 committed May 12, 2023
2 parents 2f45d5c + f983ac7 commit 1ce32d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/epee/include/file_io_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

#include <string>
#include <ctime>
#include <cstdint>

namespace epee
{
Expand Down
1 change: 1 addition & 0 deletions contrib/epee/include/storages/parserse_base_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

#include <boost/utility/string_ref_fwd.hpp>
#include <string>
#include <cstdint>

namespace epee
{
Expand Down
1 change: 1 addition & 0 deletions src/common/combinator.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <iostream>
#include <vector>
#include <stdexcept>
#include <cstdint>

namespace tools {

Expand Down
1 change: 1 addition & 0 deletions src/wallet/api/wallet2_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <ctime>
#include <iostream>
#include <stdexcept>
#include <cstdint>

// Public interface for libwallet library
namespace Monero {
Expand Down

0 comments on commit 1ce32d8

Please sign in to comment.