summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-03-23 14:58:19 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-23 14:58:19 -0700
commit3e93e433e28a617bb1c85958dde8d7fd11e327a5 (patch)
tree3d79cb1fe40cac27ea2ba5df64594e7a500412ec
parenta7b4ad46ec2906b0966ba3e8938c39940ec3da28 (diff)
parent7efec15fef97e4ff7c4c023c8fdbf17f7d0dbfeb (diff)
Merge "add missing include"
-rw-r--r--native/include/android/rect.h2
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