Skip to content

Commit

Permalink
add tl_expected.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg committed Jun 28, 2023
1 parent 6d186ed commit 94b0194
Show file tree
Hide file tree
Showing 2 changed files with 2,350 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ fn main() -> Result<()> {
.include("depend/zcash/src/")
.include("depend/zcash/src/rust/include/")
.include("depend/zcash/src/secp256k1/include/")
.include("depend/expected/include/")
.include(&gen_path.join("include"))
.flag_if_supported("-Wno-implicit-fallthrough")
.flag_if_supported("-Wno-catch-value")
Expand Down
Loading

0 comments on commit 94b0194

Please sign in to comment.