aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAllocator.h
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2018-06-11 10:45:26 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-11 15:55:31 +0000
commit79aea6a147f87994963ea9a464647cd64e8d475d (patch)
tree92676711aa95882332aa4e322a3cca2d6b3f58d0 /src/gpu/GrAllocator.h
parentf7c380e9c9f97269f1c6de1ddbb73fc1f82bcb44 (diff)
trim #include <new> from SkPostConfig.h
Change-Id: I693ddcd4ade101ba4eb4102e03adce183aa1d672 Reviewed-on: https://skia-review.googlesource.com/133829 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'src/gpu/GrAllocator.h')
-rw-r--r--src/gpu/GrAllocator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/GrAllocator.h b/src/gpu/GrAllocator.h
index 314e58a99a..b879b846d2 100644
--- a/src/gpu/GrAllocator.h
+++ b/src/gpu/GrAllocator.h
@@ -12,6 +12,7 @@
#include "GrTypes.h"
#include "SkTArray.h"
#include "SkTypes.h"
+#include <new>
class GrAllocator : SkNoncopyable {
public: