aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-12 20:53:05 +0000
committerGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-12 20:53:05 +0000
commit09a5383adc59c3798f6f6e851f46320393b6c4b8 (patch)
tree232fd917dbf3268a07befa82c471afc8d8ceeb49 /tests
parent367028330a2589373e80c94b0ada2d5b608e0bd0 (diff)
Hide implementation details: SkFrontBufferedStream
R=reed@google.com Review URL: https://codereview.chromium.org/25581002 git-svn-id: http://skia.googlecode.com/svn/trunk@12256 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r--tests/FrontBufferedStreamTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FrontBufferedStreamTest.cpp b/tests/FrontBufferedStreamTest.cpp
index 5f8544e199..420718ff7a 100644
--- a/tests/FrontBufferedStreamTest.cpp
+++ b/tests/FrontBufferedStreamTest.cpp
@@ -7,6 +7,7 @@
#include "SkFrontBufferedStream.h"
#include "SkRefCnt.h"
+#include "SkStream.h"
#include "SkTypes.h"
#include "Test.h"