Skip to content

Commit 3e93e43

Browse files
pixelflingerAndroid (Google) Code Review
authored andcommitted
Merge "add missing include"
2 parents a7b4ad4 + 7efec15 commit 3e93e43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

native/include/android/rect.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#ifndef ANDROID_RECT_H
1919
#define ANDROID_RECT_H
2020

21+
#include <stdint.h>
22+
2123
#ifdef __cplusplus
2224
extern "C" {
2325
#endif

0 commit comments

Comments
 (0)