commit | 20b8c55a5e3ad33946462e810c16f2fd32a9a60b | [log] [tgz] |
---|---|---|
author | Steve Paik <spaik@google.com> | Fri Jan 06 02:14:28 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jan 06 02:14:28 2017 +0000 |
tree | 187ecc04876a040dd232cfe99633c76553c87d50 | |
parent | dd4268dc5e35ee7bbc1c1c9014b83c715d893000 [diff] | |
parent | a422103c907abc6c5f8b9c271e24f144f189d5b9 [diff] |
Merge "Add android/log.h to Rect.h" am: a422103c90 Change-Id: I47eecbef3964168a075554b39135286254854472
diff --git a/include/ui/Rect.h b/include/ui/Rect.h index a8513a9..b0dccfd 100644 --- a/include/ui/Rect.h +++ b/include/ui/Rect.h
@@ -22,6 +22,7 @@ #include <utils/TypeHelpers.h> #include <ui/Point.h> +#include <android/log.h> #include <android/rect.h> namespace android {