diff options
| author | 2012-03-23 14:57:16 -0700 | |
|---|---|---|
| committer | 2012-03-23 14:57:16 -0700 | |
| commit | 7efec15fef97e4ff7c4c023c8fdbf17f7d0dbfeb (patch) | |
| tree | 7e1081558433a1037d5c1e32948c6ef39a6748f9 | |
| parent | 3c4da3cad04ca878a4a37fcca3f3e2ff51d03fcb (diff) | |
add missing include
Change-Id: I7eb05f6cb6de170aeb3b72d28490cdcf46982d13
| -rw-r--r-- | native/include/android/rect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/native/include/android/rect.h b/native/include/android/rect.h index 64d487dc259a..bcd42a99ecc7 100644 --- a/native/include/android/rect.h +++ b/native/include/android/rect.h @@ -18,6 +18,8 @@ #ifndef ANDROID_RECT_H #define ANDROID_RECT_H +#include <stdint.h> + #ifdef __cplusplus extern "C" { #endif |