Chromium Code Reviews| Index: tools/skpmaker.cpp |
| diff --git a/tools/skpmaker.cpp b/tools/skpmaker.cpp |
| index 03f720f39202f114f7e8875b948ee17d5647e1eb..0e378ed088934b5e8169b43f79c0dee26d9e45ec 100644 |
| --- a/tools/skpmaker.cpp |
| +++ b/tools/skpmaker.cpp |
| @@ -16,6 +16,8 @@ |
| #include "SkScalar.h" |
| #include "SkStream.h" |
| +#include <stdlib.h> |
| + |
| // Flags used by this file, alphabetically: |
| DEFINE_int32(blue, 128, "Value of blue color channel in image, 0-255."); |
| DEFINE_int32(border, 4, "Width of the black border around the image."); |