diff options
author | 2017-01-05 09:09:56 -0800 | |
---|---|---|
committer | 2017-01-05 16:30:38 -0800 | |
commit | 003b412e3378bbd453cae8e5c499294b0d3a4a67 (patch) | |
tree | 187ecc04876a040dd232cfe99633c76553c87d50 | |
parent | 4f8c1fd2ea233a343f05302221cb87d29fe06224 (diff) |
Add android/log.h to Rect.h
Rect.h uses definitions from log.h.
Test: Build succeeds when C file doesn't include log.h.
Change-Id: Ia85372ca61edafadea92165121dc6fbd1546674b
-rw-r--r-- | include/ui/Rect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/Rect.h b/include/ui/Rect.h index a8513a9004..b0dccfd18f 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 { |