aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CodecExactReadTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CodecExactReadTest.cpp')
-rw-r--r--tests/CodecExactReadTest.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/CodecExactReadTest.cpp b/tests/CodecExactReadTest.cpp
index 6189bdfd53..86702a1f81 100644
--- a/tests/CodecExactReadTest.cpp
+++ b/tests/CodecExactReadTest.cpp
@@ -6,13 +6,19 @@
*/
#include "Resources.h"
-#include "Test.h"
-
#include "SkBitmap.h"
#include "SkCodec.h"
#include "SkData.h"
+#include "SkImageInfo.h"
#include "SkMakeUnique.h"
+#include "SkRefCnt.h"
#include "SkStream.h"
+#include "SkTemplates.h"
+#include "Test.h"
+
+#include <cstring>
+#include <memory>
+#include <utility>
namespace {
// This class wraps another SkStream. It does not own the underlying stream, so