Skip to content

Commit 7efec15

Browse files
committed
add missing include
Change-Id: I7eb05f6cb6de170aeb3b72d28490cdcf46982d13
1 parent 3c4da3c commit 7efec15

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)