| Index: skia/ext/bitmap_platform_device.h
|
| diff --git a/skia/ext/bitmap_platform_device.h b/skia/ext/bitmap_platform_device.h
|
| index a0770f7171763e265b5910929a9a4ee6140eac78..11acd9550ee9841a81a15919c02d49df82d33169 100644
|
| --- a/skia/ext/bitmap_platform_device.h
|
| +++ b/skia/ext/bitmap_platform_device.h
|
| @@ -8,6 +8,8 @@
|
| // This file provides an easy way to include the appropriate
|
| // BitmapPlatformDevice header file for your platform.
|
|
|
| +#include <stdint.h>
|
| +
|
| #if defined(WIN32)
|
| #include "skia/ext/bitmap_platform_device_win.h"
|
| #elif defined(__APPLE__)
|
|
|