Commit f0c1d029 by Corentin Wallez

Fix compilation errors and Mac and some try bots

BUG=angleproject:892 Change-Id: I9a449889109b7df9c69776573b0fc2098cd06199 Reviewed-on: https://chromium-review.googlesource.com/280565Reviewed-by: 's avatarKenneth Russell <kbr@chromium.org> Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent 4ffd7790
...@@ -4,13 +4,15 @@ ...@@ -4,13 +4,15 @@
// found in the LICENSE file. // found in the LICENSE file.
// //
#include "Matrix.h"
#include "SampleApplication.h" #include "SampleApplication.h"
#include "random_utils.h"
#include "shader_utils.h"
#include <vector> #include <cmath>
#include <algorithm> #include <algorithm>
#include <vector>
#include "random_utils.h"
#include "shader_utils.h"
#include "Matrix.h"
class MultiWindowSample : public SampleApplication class MultiWindowSample : public SampleApplication
{ {
......
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#include "test_utils/ANGLETest.h" #include "test_utils/ANGLETest.h"
#include <cmath>
using namespace angle; using namespace angle;
class PointSpritesTest : public ANGLETest class PointSpritesTest : public ANGLETest
......
...@@ -6,11 +6,12 @@ ...@@ -6,11 +6,12 @@
// PointSpritesBenchmark: // PointSpritesBenchmark:
// Performance test for ANGLE point sprites. // Performance test for ANGLE point sprites.
// //
//
#include "ANGLEPerfTest.h"
#include <sstream>
#include <iostream> #include <iostream>
#include <sstream>
#include "ANGLEPerfTest.h"
#include "shader_utils.h" #include "shader_utils.h"
#include "random_utils.h" #include "random_utils.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment