From 82f814debf064f82cc51d1daa2f2a674da75d12f Mon Sep 17 00:00:00 2001 From: "e.tatuzova" Date: Mon, 8 Apr 2024 19:36:37 +0400 Subject: [PATCH] Some includes added #305 --- test/commitment/kzg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/commitment/kzg.cpp b/test/commitment/kzg.cpp index 57b41753..55dd9066 100644 --- a/test/commitment/kzg.cpp +++ b/test/commitment/kzg.cpp @@ -57,6 +57,7 @@ #include #include +#include using namespace nil::crypto3; using namespace nil::crypto3::math;