Skip to content

Commit d652d90

Browse files
committed
---
yaml --- r: 323532 b: refs/heads/tensorflow-next c: 3e793a0 h: refs/heads/master
1 parent 98b4728 commit d652d90

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
14611461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
14621462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
14631463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464-
refs/heads/tensorflow-next: 79129693b24f3e5c6412f40a908933f1f6118680
1464+
refs/heads/tensorflow-next: 3e793a071d6c31269cd46867f4386fb94cf9992e

branches/tensorflow-next/stdlib/public/SwiftShims/LibcShims.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
#include "SwiftStddef.h"
2424
#include "Visibility.h"
2525

26+
#if defined(__ANDROID__)
27+
#include <android/api-level.h>
28+
#endif
29+
2630
#if __has_feature(nullability)
2731
#pragma clang assume_nonnull begin
2832
#endif

0 commit comments

Comments
 (0)