aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTLazy.h
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-28 16:51:20 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-28 16:51:20 +0000
commitb81be7a7809fb0c24ff7d589d537c38b04b772f1 (patch)
tree386ead3bc96658896d1f1ca574c2551cebf6263e /include/core/SkTLazy.h
parent935d94500d4864b352f964b643ff10785e92924e (diff)
Include <new> required for placement new in SkTLazy.
Also, add SkTLazy to gyp and remove old includes. git-svn-id: http://skia.googlecode.com/svn/trunk@1984 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkTLazy.h')
-rw-r--r--include/core/SkTLazy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/SkTLazy.h b/include/core/SkTLazy.h
index 43bffdb531..752d43bafe 100644
--- a/include/core/SkTLazy.h
+++ b/include/core/SkTLazy.h
@@ -12,6 +12,7 @@
#define SkTLazy_DEFINED
#include "SkTypes.h"
+#include <new>
/**
* Efficient way to defer allocating/initializing a class until it is needed