aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CodecAnimTest.cpp
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@chromium.org>2016-10-24 09:56:40 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-10-24 09:56:40 -0700
commit38a2cf509c0f1540cd4ffd459871d2a50385837a (patch)
tree513ffa63ca17866a2949c607e26a029141f3c08b /tests/CodecAnimTest.cpp
parent026f223d8641beeae19ed0bdbeca738be62256f5 (diff)
Include "SkBitmap.h" in CodecAnimTest.cpp
Diffstat (limited to 'tests/CodecAnimTest.cpp')
-rw-r--r--tests/CodecAnimTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CodecAnimTest.cpp b/tests/CodecAnimTest.cpp
index e0a446f227..fee6879a90 100644
--- a/tests/CodecAnimTest.cpp
+++ b/tests/CodecAnimTest.cpp
@@ -5,6 +5,7 @@
* found in the LICENSE file.
*/
+#include "SkBitmap.h"
#include "SkCodec.h"
#include "SkStream.h"