aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
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 /gyp
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 'gyp')
-rw-r--r--gyp/core.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 27b6259b22..7d38974caf 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -238,6 +238,7 @@
'../include/core/SkThread.h',
'../include/core/SkThread_platform.h',
'../include/core/SkTime.h',
+ '../include/core/SkTLazy.h',
'../include/core/SkTrace.h',
'../include/core/SkTypeface.h',
'../include/core/SkTypes.h',