Skip to content

Commit 9de9922

Browse files
committed
add cstdio for printf
1 parent 71918b1 commit 9de9922

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

compiler-rt/test/asan/TestCases/Windows/allocator_may_return_null_set_via_user_function.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// CHECK: Success
44

55
#include <cstdint>
6+
#include <cstdio>
67
#include <cstdlib>
78
#include <limits>
89

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
@@ -8,6 +8,7 @@
88
// CHECK2: Success
99

1010
#include <cstdint>
11+
#include <cstdio>
1112
#include <cstdlib>
1213
#include <limits>
1314

0 commit comments

Comments
 (0)