diff options
author | Dan Albert <danalbert@google.com> | 2014-11-07 18:04:49 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-11-07 18:04:49 +0000 |
commit | c6f93a43d636b0ad16b75adf664c6a33d30b39dd (patch) | |
tree | 4c4f9095ce99351aeba3f37af7473dfac78862f5 | |
parent | c90b7d9c0f1df1cec8afbfebad0f111d878113e7 (diff) | |
parent | 0d1c700214bc59d522b21e70cd05d6880f7feb9f (diff) | |
download | frameworks_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.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> |