diff options
author | 2014-11-07 09:33:44 -0800 | |
---|---|---|
committer | 2014-11-07 09:33:44 -0800 | |
commit | 0d1c700214bc59d522b21e70cd05d6880f7feb9f (patch) | |
tree | 4c4f9095ce99351aeba3f37af7473dfac78862f5 | |
parent | c90b7d9c0f1df1cec8afbfebad0f111d878113e7 (diff) |
Add missing include to fix libc++ build.
This was previously committed, but I guess it got lost in the merge
queue.
Bug: 15193147
Change-Id: Ic0e5d90ab403fb833d6a3bb7c55d279c56534869
-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 2d5b8aaf20..da2add716e 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> |