Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykoren committed Feb 19, 2025
1 parent 15738e9 commit 4fb1e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benches/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use criterion::{BenchmarkId, Criterion};
#[cfg(unix)]
use pprof::criterion::{Output, PProfProfiler};

use orchard::bundle::AuthorizedWithProof;
use orchard::{
builder::{Builder, BundleType},
circuit::{ProvingKey, VerifyingKey},
Expand Down

0 comments on commit 4fb1e53

Please sign in to comment.