Index: tests/PathOpsBuilderConicTest.cpp |
diff --git a/tests/PathOpsBuilderConicTest.cpp b/tests/PathOpsBuilderConicTest.cpp |
index 65adcf04ff18ade086ca0da218cbced6b6d93b81..e6a6447583e1fd3bb387bcecbf2e2151e9121191 100644 |
--- a/tests/PathOpsBuilderConicTest.cpp |
+++ b/tests/PathOpsBuilderConicTest.cpp |
@@ -88,6 +88,8 @@ static void setupOne(skiatest::Reporter* reporter, int col, int row, int rot, in |
testOne(reporter, set); |
} |
+#include "SkCommandLineFlags.h" |
+ |
DEFINE_int32(processOffset, 0, "Offset the test by this value. This permits multiple processes " |
"to exercise the same test in parallel with different test values."); |
DEFINE_int32(processCount, 1, "Test iteration count. This permits multiple " |