Index: src/utils/SkParse.cpp |
diff --git a/src/utils/SkParse.cpp b/src/utils/SkParse.cpp |
index f6e2a438e85bc15bc5e857090a0eeaeeb1c008b1..446f9d444a569fb8814371bfab2721dd8eb60caf 100644 |
--- a/src/utils/SkParse.cpp |
+++ b/src/utils/SkParse.cpp |
@@ -9,6 +9,8 @@ |
#include "SkParse.h" |
+#include <stdlib.h> |
+ |
static inline bool is_between(int c, int min, int max) |
{ |
return (unsigned)(c - min) <= (unsigned)(max - min); |