| Index: tools/PictureRenderingFlags.cpp
|
| diff --git a/tools/PictureRenderingFlags.cpp b/tools/PictureRenderingFlags.cpp
|
| index 26d15911d11876b3bb5fb9d07a99cfe21897600d..bd718a0ca8bf20e542801cf6be3da5b31fc02426 100644
|
| --- a/tools/PictureRenderingFlags.cpp
|
| +++ b/tools/PictureRenderingFlags.cpp
|
| @@ -19,6 +19,8 @@
|
| #include "SkImageDecoder.h"
|
| #include "SkString.h"
|
|
|
| +#include <stdlib.h>
|
| +
|
| // Alphabetized list of flags used by this file or bench_ and render_pictures.
|
| DEFINE_string(bbh, "none", "bbhType [width height]: Set the bounding box hierarchy type to "
|
| "be used. Accepted values are: none, rtree, grid. "
|
|
|