aboutsummaryrefslogtreecommitdiffstats
path: root/include/bls.hpp
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-09-06 09:34:06 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-09-06 09:34:06 +0800
commitc57810f1ce75c554597241fad92f219249b6e26f (patch)
tree4db4628f97e9b2995fb8b97ffc8969b72c609fdc /include/bls.hpp
parent9b8ec231c4333a8cc43bce2c2b0297dbda0ad54f (diff)
downloaddexon-bls-c57810f1ce75c554597241fad92f219249b6e26f.tar
dexon-bls-c57810f1ce75c554597241fad92f219249b6e26f.tar.gz
dexon-bls-c57810f1ce75c554597241fad92f219249b6e26f.tar.bz2
dexon-bls-c57810f1ce75c554597241fad92f219249b6e26f.tar.lz
dexon-bls-c57810f1ce75c554597241fad92f219249b6e26f.tar.xz
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.hpp1
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 {