Chromium Code Reviews| Index: dm/DM.cpp |
| diff --git a/dm/DM.cpp b/dm/DM.cpp |
| index 870b97a4efff97d3b68ea30f7f86504f827bda4a..983a8704ae063bf7e020facb3d7b747dc49fec14 100644 |
| --- a/dm/DM.cpp |
| +++ b/dm/DM.cpp |
| @@ -34,6 +34,8 @@ |
| #endif |
| #include "png.h" |
| +#include <stdlib.h> |
| + |
| DEFINE_string(src, "tests gm skp image", "Source types to test."); |
| DEFINE_bool(nameByHash, false, |
| "If true, write to FLAGS_writePath[0]/<hash>.png instead of " |