diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2016-09-06 09:34:06 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2016-09-06 09:34:06 +0800 |
commit | c57810f1ce75c554597241fad92f219249b6e26f (patch) | |
tree | 4db4628f97e9b2995fb8b97ffc8969b72c609fdc /include/bls.hpp | |
parent | 9b8ec231c4333a8cc43bce2c2b0297dbda0ad54f (diff) | |
download | dexon-bls-c57810f1ce75c554597241fad92f219249b6e26f.tar.gz dexon-bls-c57810f1ce75c554597241fad92f219249b6e26f.tar.zst dexon-bls-c57810f1ce75c554597241fad92f219249b6e26f.zip |
add header stdint.h for uint64_t
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 { |