Skip to content

Commit

Permalink
Add missing dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
asoffer committed Jan 24, 2024
1 parent d81a58e commit c387d6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jasmin/serialize/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ cc_library(
name = "reader",
hdrs = ["reader.h"],
visibility = ["//visibility:public"],
deps = [
"//jasmin/core:function",
],
)

cc_test(
Expand Down

0 comments on commit c387d6a

Please sign in to comment.