Skip to content

Commit caac8b5

Browse files
committed
add missing cstdio
1 parent 7f0e5c0 commit caac8b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/asan/TestCases/allocator_may_return_null_limits.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ extern "C" __declspec(dllexport) extern const char *__asan_default_options() {
1616
#endif
1717

1818
#include <cstdint>
19+
#include <cstdio>
1920
#include <cstdlib>
2021
#include <limits>
2122

0 commit comments

Comments
 (0)