fix: Spelling error causing CI to fail

This commit is contained in:
Shuroii 2025-07-01 20:38:56 +02:00
commit 647f4c9167
No known key found for this signature in database

View file

@ -109,7 +109,7 @@
#
postPatch = ''
# Fix gcc-13 build failures due to missing <cstdint> and
# <system_error> includes, fixed upstyream sice 8.x
# <system_error> includes, fixed upstream since 8.x
sed -e '1i #include <cstdint>' -i db/compaction/compaction_iteration_stats.h
sed -e '1i #include <cstdint>' -i table/block_based/data_block_hash_index.h
sed -e '1i #include <cstdint>' -i util/string_util.h