diff options
Diffstat (limited to 'libs/hwui/Vector.h')
| -rw-r--r-- | libs/hwui/Vector.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/Vector.h b/libs/hwui/Vector.h index aa6acc9..7c3f2fd 100644 --- a/libs/hwui/Vector.h +++ b/libs/hwui/Vector.h @@ -17,6 +17,9 @@ #ifndef ANDROID_HWUI_VECTOR_H #define ANDROID_HWUI_VECTOR_H +#include <math.h> +#include <utils/Log.h> + namespace android { namespace uirenderer { |
