aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DiscardableMemoryTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DiscardableMemoryTest.cpp')
-rw-r--r--tests/DiscardableMemoryTest.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/DiscardableMemoryTest.cpp b/tests/DiscardableMemoryTest.cpp
index 2b09533b0c..8447e4d45c 100644
--- a/tests/DiscardableMemoryTest.cpp
+++ b/tests/DiscardableMemoryTest.cpp
@@ -5,10 +5,14 @@
* found in the LICENSE file.
*/
+#include "SkDiscardableMemory.h"
#include "SkDiscardableMemoryPool.h"
-
+#include "SkRefCnt.h"
#include "Test.h"
+#include <cstring>
+#include <memory>
+
namespace {
constexpr char kTestString[] = "HELLO, WORLD!";
constexpr size_t kTestStringLength = sizeof(kTestString);