aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private
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/private
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/private')
-rw-r--r--include/private/SkFloatingPoint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/SkFloatingPoint.h b/include/private/SkFloatingPoint.h
index 8fe4cb404e..d3ebdc26e2 100644
--- a/include/private/SkFloatingPoint.h
+++ b/include/private/SkFloatingPoint.h
@@ -13,6 +13,8 @@
#include "SkSafe_math.h"
#include <float.h>
#include <math.h>
+#include <cstring>
+
#if SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSE1
#include <xmmintrin.h>