aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CachedDataTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CachedDataTest.cpp')
-rw-r--r--tests/CachedDataTest.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/CachedDataTest.cpp b/tests/CachedDataTest.cpp
index fe7bb5f547..efb4d71c77 100644
--- a/tests/CachedDataTest.cpp
+++ b/tests/CachedDataTest.cpp
@@ -7,8 +7,15 @@
#include "SkCachedData.h"
#include "SkDiscardableMemoryPool.h"
+#include "SkMalloc.h"
+#include "SkRefCnt.h"
+#include "SkTypes.h"
#include "Test.h"
+#include <cstring>
+
+class SkDiscardableMemory;
+
enum LockedState {
kUnlocked,
kLocked,