summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-11-07 18:04:49 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-07 18:04:49 +0000
commitc6f93a43d636b0ad16b75adf664c6a33d30b39dd (patch)
tree4c4f9095ce99351aeba3f37af7473dfac78862f5
parentc90b7d9c0f1df1cec8afbfebad0f111d878113e7 (diff)
parent0d1c700214bc59d522b21e70cd05d6880f7feb9f (diff)
downloadframeworks_native-c6f93a43d636b0ad16b75adf664c6a33d30b39dd.zip
frameworks_native-c6f93a43d636b0ad16b75adf664c6a33d30b39dd.tar.gz
frameworks_native-c6f93a43d636b0ad16b75adf664c6a33d30b39dd.tar.bz2
Merge "Add missing include to fix libc++ build."
-rw-r--r--libs/gui/tests/SRGB_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/gui/tests/SRGB_test.cpp b/libs/gui/tests/SRGB_test.cpp
index 2d5b8aa..da2add7 100644
--- a/libs/gui/tests/SRGB_test.cpp
+++ b/libs/gui/tests/SRGB_test.cpp
@@ -19,6 +19,8 @@
#include "GLTest.h"
+#include <math.h>
+
#include <gui/CpuConsumer.h>
#include <gui/Surface.h>
#include <gui/SurfaceComposerClient.h>