Index: tests/PathOpsCubicIntersectionTest.cpp |
diff --git a/tests/PathOpsCubicIntersectionTest.cpp b/tests/PathOpsCubicIntersectionTest.cpp |
index 75a5cc3ef43aa1433afdbb0db498c3ca38861859..d45ec06d5560589637f2ec0f24a5b3a7eb424181 100644 |
--- a/tests/PathOpsCubicIntersectionTest.cpp |
+++ b/tests/PathOpsCubicIntersectionTest.cpp |
@@ -12,6 +12,8 @@ |
#include "SkReduceOrder.h" |
#include "Test.h" |
+#include <stdlib.h> |
+ |
const int firstCubicIntersectionTest = 9; |
static void standardTestCases(skiatest::Reporter* reporter) { |