summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-11-07 18:37:43 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-07 18:37:43 +0000
commitcad831fb15f3c35945cb250d95d31c9b43d65785 (patch)
tree72e7a651e79949ebddc8b0f08d584f4c060b02c4
parentcd647d01e5e5a17c272f1a0c691c39cb24ae107c (diff)
parentc6f93a43d636b0ad16b75adf664c6a33d30b39dd (diff)
downloadframeworks_native-cad831fb15f3c35945cb250d95d31c9b43d65785.zip
frameworks_native-cad831fb15f3c35945cb250d95d31c9b43d65785.tar.gz
frameworks_native-cad831fb15f3c35945cb250d95d31c9b43d65785.tar.bz2
am c6f93a43: Merge "Add missing include to fix libc++ build."
* commit 'c6f93a43d636b0ad16b75adf664c6a33d30b39dd': 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>