| Index: skia/ext/bitmap_platform_device_cairo.cc
|
| diff --git a/skia/ext/bitmap_platform_device_cairo.cc b/skia/ext/bitmap_platform_device_cairo.cc
|
| index f52b430c6e47a6a4bd85dc3a9bfdfe6deca45e7d..6edd05b766fdaca972ff0c2ed121320448cd225d 100644
|
| --- a/skia/ext/bitmap_platform_device_cairo.cc
|
| +++ b/skia/ext/bitmap_platform_device_cairo.cc
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "build/build_config.h"
|
| #include "skia/ext/bitmap_platform_device_cairo.h"
|
| #include "skia/ext/platform_canvas.h"
|
|
|
|
|