diff options
Diffstat (limited to 'include/ui/Rect.h')
-rw-r--r-- | include/ui/Rect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ui/Rect.h b/include/ui/Rect.h index b0dccfd18f..e9859fe5c0 100644 --- a/include/ui/Rect.h +++ b/include/ui/Rect.h @@ -20,9 +20,10 @@ #include <utils/Flattenable.h> #include <utils/Log.h> #include <utils/TypeHelpers.h> +#include <log/log.h> + #include <ui/Point.h> -#include <android/log.h> #include <android/rect.h> namespace android { |