Skip to content

Commit

Permalink
Fixes CI/CD compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
HLRichardson-Git committed Nov 13, 2024
1 parent 2ab2806 commit 4ce02ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bigInt/bigInt.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# pragma once

#include <string>
#include <cstring>
#include <gmp.h>

inline void stringToGMP(const std::string& str, mpz_t& result) {
Expand Down

0 comments on commit 4ce02ac

Please sign in to comment.