Chromium Code Reviews| Index: src/core/SkGraphics.cpp |
| diff --git a/src/core/SkGraphics.cpp b/src/core/SkGraphics.cpp |
| index 093e7a6f3bc05114a48f92140cafdcdd7f10c239..f8d8b09db404d5f9626e7b6066bcc26368da495d 100644 |
| --- a/src/core/SkGraphics.cpp |
| +++ b/src/core/SkGraphics.cpp |
| @@ -28,6 +28,8 @@ |
| #include "SkUtils.h" |
| #include "SkXfermode.h" |
| +#include <stdlib.h> |
| + |
| void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { |
| if (major) { |
| *major = SKIA_VERSION_MAJOR; |