From 2d350f2122971b120ddb70c498dde6c954a85caa Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Tue, 6 Jun 2017 06:16:56 +0900 Subject: _ --- src/bls_c.cpp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/bls_c.cpp') diff --git a/src/bls_c.cpp b/src/bls_c.cpp index 13f3a63..d0f2802 100644 --- a/src/bls_c.cpp +++ b/src/bls_c.cpp @@ -1,10 +1,14 @@ -#include "../mcl/src/bn_c_impl.hpp" -#include "bls/bls.hpp" -#define BLS_DLL_EXPORT -#include "bls/bls.h" #include #include +#include +#include +#include +#include #include +#include "../mcl/src/bn_c_impl.hpp" +#define BLS_DLL_EXPORT +#include +#include size_t checkAndCopy(char *buf, size_t maxBufSize, const std::string& s) { -- cgit v1.2.3