diff options
author | Dan Albert <danalbert@google.com> | 2014-11-07 18:37:43 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-07 18:37:43 +0000 |
commit | cad831fb15f3c35945cb250d95d31c9b43d65785 (patch) | |
tree | 72e7a651e79949ebddc8b0f08d584f4c060b02c4 | |
parent | cd647d01e5e5a17c272f1a0c691c39cb24ae107c (diff) | |
parent | c6f93a43d636b0ad16b75adf664c6a33d30b39dd (diff) | |
download | frameworks_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.cpp | 2 |
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> |