aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkData.cpp')
-rw-r--r--src/core/SkData.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/SkData.cpp b/src/core/SkData.cpp
index 0e4d17f11d..253945ea56 100644
--- a/src/core/SkData.cpp
+++ b/src/core/SkData.cpp
@@ -11,6 +11,7 @@
#include "SkReadBuffer.h"
#include "SkStream.h"
#include "SkWriteBuffer.h"
+#include <new>
SkData::SkData(const void* ptr, size_t size, ReleaseProc proc, void* context) {
fPtr = const_cast<void*>(ptr);