Skip to content

Commit

Permalink
Merge pull request #365 from kroma-network/build/add-missing-headers-…
Browse files Browse the repository at this point in the history
…to-tachyon_hdrs

build: add missing header to tachyon hdrs
  • Loading branch information
dongchangYoo authored Mar 29, 2024
2 parents 59899a3 + c3b3175 commit cb8d2d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tachyon/c/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ collect_hdrs(
"api.h",
"export.h",
"version.h",
":version_generated",
],
deps = [
"//tachyon/c/crypto:crypto_hdrs",
Expand Down
2 changes: 2 additions & 0 deletions tachyon/cc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ collect_hdrs(
hdrs = [
"api.h",
"export.h",
"version.h",
":version_generated",
],
deps = [
"//tachyon/cc/math:math_hdrs",
Expand Down

0 comments on commit cb8d2d9

Please sign in to comment.