From 08c1906ecf95ea18663593df94aadec538dbb715 Mon Sep 17 00:00:00 2001
From: MITSUNARI Shigeo <herumi@nifty.com>
Date: Mon, 10 Dec 2018 10:06:26 +0900
Subject: fix include path

---
 src/bls_c_impl.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/bls_c_impl.hpp b/src/bls_c_impl.hpp
index 91ecad8..dc4c998 100644
--- a/src/bls_c_impl.hpp
+++ b/src/bls_c_impl.hpp
@@ -4,7 +4,7 @@
 #include <bls/bls.h>
 
 #if 1
-#include "../mcl/src/bn_c_impl.hpp"
+#include "bn_c_impl.hpp"
 #else
 #if MCLBN_FP_UNIT_SIZE == 4 && MCLBN_FR_UNIT_SIZE == 4
 #include <mcl/bn256.hpp>
-- 
cgit v1.2.3