aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-06-15 13:58:41 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-15 20:32:05 +0000
commit29f2eaf6e51593038effe18cdcf6577b7dd24a5b (patch)
tree32c243a4e4a159c64d09fc387d21a1cb061f4e2e /include/gpu/gl
parent08a50e02dba37427e7d479d2222b08259d226d50 (diff)
Remove string.h from SkTypes.h
Change-Id: I2be84f37ea11a386206a96d2fef6e0fc9464e21b Reviewed-on: https://skia-review.googlesource.com/135264 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'include/gpu/gl')
-rw-r--r--include/gpu/gl/GrGLFunctions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpu/gl/GrGLFunctions.h b/include/gpu/gl/GrGLFunctions.h
index af1b9f79cd..e0bc39015f 100644
--- a/include/gpu/gl/GrGLFunctions.h
+++ b/include/gpu/gl/GrGLFunctions.h
@@ -12,6 +12,8 @@
#include "GrGLTypes.h"
#include "../private/SkTLogic.h"
+#include <cstring>
+
extern "C" {
///////////////////////////////////////////////////////////////////////////////