Skip to content

Commit

Permalink
add missing include header
Browse files Browse the repository at this point in the history
  • Loading branch information
vo-nil committed Sep 11, 2024
1 parent 0b23ba0 commit 813ebd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/marshalling/zk/test/kzg_commitment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
// SOFTWARE.
//---------------------------------------------------------------------------//

#include "nil/crypto3/zk/commitments/batched_commitment.hpp"
#define BOOST_TEST_MODULE crypto3_marshalling_kzg_commitment_test

#include <boost/test/unit_test.hpp>
Expand Down Expand Up @@ -53,7 +52,8 @@
#include <nil/crypto3/algebra/fields/arithmetic_params/mnt6.hpp>

#include <nil/crypto3/algebra/curves/bls12.hpp>
#include <nil/crypto3/algebra/pairing/bls12.hpp>
#include <nil/crypto3/algebra/pairing/bls12.hpp>
#include <nil/crypto3/algebra/fields/arithmetic_params/bls12.hpp>

/*
#include <nil/crypto3/algebra/curves/alt_bn128.hpp>
Expand All @@ -75,6 +75,7 @@
#include <nil/crypto3/zk/commitments/polynomial/kzg.hpp>
#include <nil/crypto3/zk/commitments/polynomial/kzg_v2.hpp>
#include <nil/crypto3/marshalling/zk/types/commitments/kzg.hpp>
#include <nil/crypto3/zk/commitments/batched_commitment.hpp>

#include <nil/crypto3/zk/snark/arithmetization/plonk/params.hpp>
#include <nil/crypto3/zk/snark/systems/plonk/placeholder/params.hpp>
Expand Down

0 comments on commit 813ebd3

Please sign in to comment.