aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ClipCubicTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ClipCubicTest.cpp')
-rw-r--r--tests/ClipCubicTest.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/ClipCubicTest.cpp b/tests/ClipCubicTest.cpp
index 854ac32dd1..a2024ff6cd 100644
--- a/tests/ClipCubicTest.cpp
+++ b/tests/ClipCubicTest.cpp
@@ -7,10 +7,17 @@
#include "SkBitmap.h"
#include "SkCanvas.h"
+#include "SkColor.h"
#include "SkCubicClipper.h"
-#include "SkGeometry.h"
+#include "SkFloatBits.h"
#include "SkPaint.h"
#include "SkPath.h"
+#include "SkPoint.h"
+#include "SkRect.h"
+#include "SkRefCnt.h"
+#include "SkScalar.h"
+#include "SkSurface.h"
+#include "SkTypes.h"
#include "Test.h"
// Currently the supersampler blitter uses int16_t for its index into an array