From c57810f1ce75c554597241fad92f219249b6e26f Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Tue, 6 Sep 2016 10:34:06 +0900 Subject: add header stdint.h for uint64_t --- include/bls.hpp | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include namespace bls { -- cgit v1.2.3