Skip to content

Commit

Permalink
fix(zk): add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
chokobole committed Jan 8, 2024
1 parent 985d8af commit 9d68ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tachyon/zk/plonk/vanishing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ tachyon_cc_library(
hdrs = ["vanishing_utils.h"],
deps = [
"//tachyon/base:parallelize",
"//tachyon/math/base:big_int",
"//tachyon/zk/base:blinded_polynomial",
"//tachyon/zk/base/entities:prover_base",
"@com_google_absl//absl/types:span",
Expand Down
1 change: 1 addition & 0 deletions tachyon/zk/plonk/vanishing/vanishing_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "absl/types/span.h"

#include "tachyon/base/parallelize.h"
#include "tachyon/math/base/big_int.h"
#include "tachyon/zk/base/blinded_polynomial.h"
#include "tachyon/zk/base/entities/prover_base.h"

Expand Down

0 comments on commit 9d68ea7

Please sign in to comment.