summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steve Paik <spaik@google.com> 2017-01-06 02:25:59 +0000
committer android-build-merger <android-build-merger@google.com> 2017-01-06 02:25:59 +0000
commitace30d2b6e1773a381e321d1c0e895c4d40646d4 (patch)
tree6c45c068ad5f45fd722e88f8af0aaf71c1a9d498
parentc8e4c3d7d9f987b84ed307cb78732a34d21d3b5a (diff)
parentb6e4061cde909d9c99b9934f97a8b306e45b9924 (diff)
Merge "Add android/log.h to Rect.h" am: a422103c90 am: 20b8c55a5e am: a58d700c85
am: b6e4061cde Change-Id: I50160499ab02584343f903372de922abd8793218
-rw-r--r--include/ui/Rect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/Rect.h b/include/ui/Rect.h
index d4eea025b4..8aadd58bed 100644
--- a/include/ui/Rect.h
+++ b/include/ui/Rect.h
@@ -23,6 +23,7 @@
#include <utils/TypeHelpers.h>
#include <ui/Point.h>
+#include <android/log.h>
#include <android/rect.h>
namespace android {