Skip to content

Commit

Permalink
fix(MultiversX): Added cstdint to headers
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed Aug 6, 2024
1 parent a21d447 commit 12bab70
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 12bab70

Please sign in to comment.