Skip to content

Commit

Permalink
Merge pull request #16 from AntelopeIO/stdint_c++20
Browse files Browse the repository at this point in the history
add #include <cstdint>, needed for C++20 & gcc13
  • Loading branch information
spoonincode authored May 11, 2023
2 parents 63c6c99 + 094d491 commit da781db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/bn256/bn256.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <system_error>
#include <cstring>
#include <functional>
#include <cstdint>
#include <bn256/span.h>

namespace bn256 {
Expand Down

0 comments on commit da781db

Please sign in to comment.