aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-27 18:31:43 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-27 18:31:43 +0000
commit026dceead9b957e0b080d55c5a7fbb919e6f00b6 (patch)
treed2a0abe2442322a9f7225a0810955ffb9a8dbd08 /src
parent05a32da01fd81d103a20111e4cd30de757670da8 (diff)
include <new> for SkTLazy, since windows seems to need it.
git-svn-id: http://skia.googlecode.com/svn/trunk@1976 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r--src/core/SkDraw.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/SkDraw.cpp b/src/core/SkDraw.cpp
index deb479c336..26a07b02c5 100644
--- a/src/core/SkDraw.cpp
+++ b/src/core/SkDraw.cpp
@@ -32,6 +32,7 @@
#include "SkTextFormatParams.h"
#include "SkTLazy.h"
#include "SkUtils.h"
+#include <new>
#include "SkAutoKern.h"
#include "SkBitmapProcShader.h"