Chromium Code Reviews| Index: tools/flags/SkCommandLineFlags.cpp |
| diff --git a/tools/flags/SkCommandLineFlags.cpp b/tools/flags/SkCommandLineFlags.cpp |
| index 3c57d00f0d336c01fa16266caebe352368f44f47..ec9949bafcdc52e389e5220b775fbd7592699f06 100644 |
| --- a/tools/flags/SkCommandLineFlags.cpp |
| +++ b/tools/flags/SkCommandLineFlags.cpp |
| @@ -9,6 +9,8 @@ |
| #include "SkTDArray.h" |
| #include "SkTSort.h" |
| +#include <stdlib.h> |
| + |
| DEFINE_bool(undefok, false, "Silently ignore unknown flags instead of crashing."); |
| template <typename T> static void ignore_result(const T&) {} |