Skip to content

Commit

Permalink
build fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
iakovenkos committed Nov 21, 2024
1 parent 9dc41a8 commit 254e622
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "barretenberg/flavor/plonk_flavors.hpp"
#include "barretenberg/plonk/proof_system/proving_key/proving_key.hpp"
#include "barretenberg/stdlib_circuit_builders/mega_zk_flavor.hpp"
#include "barretenberg/stdlib_circuit_builders/ultra_keccak_flavor.hpp"
#include "barretenberg/stdlib_circuit_builders/ultra_rollup_flavor.hpp"
#include "barretenberg/stdlib_circuit_builders/ultra_zk_flavor.hpp"
namespace bb {
Expand Down Expand Up @@ -174,7 +175,6 @@ void TraceToPolynomials<Flavor>::add_ecc_op_wires_to_proving_key(Builder& builde

template class TraceToPolynomials<UltraFlavor>;
template class TraceToPolynomials<UltraFlavorWithZK>;

template class TraceToPolynomials<UltraKeccakFlavor>;
template class TraceToPolynomials<UltraRollupFlavor>;
template class TraceToPolynomials<MegaFlavor>;
Expand Down

0 comments on commit 254e622

Please sign in to comment.