Skip to content

Commit ccc49ba

Browse files
authored
Merge pull request #3078 from e-kwsm/cstdint
fix: add missed <cstdint> inclusion
2 parents 50e9dbf + 6f03624 commit ccc49ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fuzzing/fuzz_TestSpecParser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include <catch2/internal/catch_test_spec_parser.hpp>
1111
#include <catch2/internal/catch_tag_alias_registry.hpp>
12+
#include <cstdint>
1213

1314
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
1415

fuzzing/fuzz_textflow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#include <string>
1515
#include <string_view>
16+
#include <cstdint>
1617

1718

1819
template<class Callback>

0 commit comments

Comments
 (0)