commit | f0c1d0292d2f04e82ed0aea80359a85f32672a4e | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Thu Jun 18 18:37:09 2015 -0700 |
committer | Corentin Wallez <cwallez@chromium.org> | Fri Jun 19 01:44:38 2015 +0000 |
tree | 3d5e0f11f6c46663c432a29c4be40a1010ff9c74 | |
parent | 4ffd7790310207a64c9eb8c2f3485be05d3b030c [diff] [blame] |
Fix compilation errors and Mac and some try bots BUG=angleproject:892 Change-Id: I9a449889109b7df9c69776573b0fc2098cd06199 Reviewed-on: https://chromium-review.googlesource.com/280565 Reviewed-by: Kenneth Russell <kbr@chromium.org> Tested-by: Corentin Wallez <cwallez@chromium.org>
diff --git a/src/tests/gl_tests/PointSpritesTest.cpp b/src/tests/gl_tests/PointSpritesTest.cpp index 0530251..7cac287 100644 --- a/src/tests/gl_tests/PointSpritesTest.cpp +++ b/src/tests/gl_tests/PointSpritesTest.cpp
@@ -8,6 +8,8 @@ #include "test_utils/ANGLETest.h" +#include <cmath> + using namespace angle; class PointSpritesTest : public ANGLETest