summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Vector.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2015-01-27 15:46:35 -0800
committerChris Craik <ccraik@google.com>2015-01-28 16:32:39 -0800
commit96a5c4c7bab6718524de7253da8309143ab48bef (patch)
treec984108195579a6da2aa8ccadded7ec46104d4a4 /libs/hwui/Vector.h
parent06a8a121b0dc02bea7977c4112eb4319fd1a133f (diff)
downloadframeworks_base-96a5c4c7bab6718524de7253da8309143ab48bef.zip
frameworks_base-96a5c4c7bab6718524de7253da8309143ab48bef.tar.gz
frameworks_base-96a5c4c7bab6718524de7253da8309143ab48bef.tar.bz2
Move more GL state management to RenderState and its directory
Change-Id: Ic68584e1c08dc64be2ad43450cb6caa1de834fdc
Diffstat (limited to 'libs/hwui/Vector.h')
-rw-r--r--libs/hwui/Vector.h3
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 {