diff options
Diffstat (limited to 'include/bls.hpp')
-rw-r--r-- | include/bls.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bls.hpp b/include/bls.hpp index aa287c1..955702a 100644 --- a/include/bls.hpp +++ b/include/bls.hpp @@ -9,6 +9,7 @@ #include <vector> #include <string> #include <iosfwd> +#include <stdint.h> namespace bls { |