Skip to content

Commit

Permalink
fix(MultiversX): Added cstdint to headers (#3974)
Browse files Browse the repository at this point in the history
Co-authored-by: satoshiotomakan <[email protected]>
  • Loading branch information
EduMenges and satoshiotomakan authored Aug 7, 2024
1 parent 6a31911 commit 9087341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/MultiversX/Transaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#pragma once

#include <cstdint>
#include <string>

namespace TW::MultiversX {
Expand Down
1 change: 1 addition & 0 deletions src/MultiversX/TransactionFactoryConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#pragma once

#include <cstdint>
#include <string>

namespace TW::MultiversX {
Expand Down

0 comments on commit 9087341

Please sign in to comment.