diff --git a/Cargo.toml b/Cargo.toml index e18346bcc..bcd054dd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,3 +66,7 @@ lto = true [lints.clippy] uninlined_format_args = "allow" # TODO: https://github.com/romanz/electrs/issues/1199 + +[env] +CXXFLAGS = "-include cstdint" +