aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/BitmapCopyTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BitmapCopyTest.cpp')
-rw-r--r--tests/BitmapCopyTest.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/BitmapCopyTest.cpp b/tests/BitmapCopyTest.cpp
index 09e44ceb16..b1b079c531 100644
--- a/tests/BitmapCopyTest.cpp
+++ b/tests/BitmapCopyTest.cpp
@@ -6,8 +6,14 @@
*/
#include "SkBitmap.h"
+#include "SkColor.h"
+#include "SkColorSpace.h"
+#include "SkImageInfo.h"
+#include "SkPoint.h"
#include "SkRect.h"
-#include "SkTemplates.h"
+#include "SkRefCnt.h"
+#include "SkSize.h"
+#include "SkTypes.h"
#include "Test.h"
#include "sk_tool_utils.h"