commit | 96a5c4c7bab6718524de7253da8309143ab48bef | [log] [tgz] |
---|---|---|
author | Chris Craik <[email protected]> | Tue Jan 27 15:46:35 2015 -0800 |
committer | Chris Craik <[email protected]> | Wed Jan 28 16:32:39 2015 -0800 |
tree | c984108195579a6da2aa8ccadded7ec46104d4a4 | |
parent | 06a8a121b0dc02bea7977c4112eb4319fd1a133f [diff] [blame] |
Move more GL state management to RenderState and its directory Change-Id: Ic68584e1c08dc64be2ad43450cb6caa1de834fdc
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 {