Skip to content

Commit d1869c0

Browse files
tustvoldovr
authored andcommitted
Support GCC 15 (rust-rocksdb#1007)
1 parent f580d61 commit d1869c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

librocksdb-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ fn build_rocksdb() {
280280
} else if !target.contains("windows") {
281281
config.cpp_link_stdlib("c++");
282282
}
283+
config.flag("-include").flag("cstdint");
283284
config.compile("librocksdb.a");
284285
}
285286

0 commit comments

Comments
 (0)