| Index: ppapi/utility/graphics/paint_manager.h
|
| diff --git a/ppapi/utility/graphics/paint_manager.h b/ppapi/utility/graphics/paint_manager.h
|
| index 366b73d34b469c71c5d77dc9489a876d56af2a25..bfe75360bd203f4bac9d0e55a30db12e505bcd6d 100644
|
| --- a/ppapi/utility/graphics/paint_manager.h
|
| +++ b/ppapi/utility/graphics/paint_manager.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef PPAPI_UTILITY_GRAPHICS_PAINT_MANAGER_H_
|
| #define PPAPI_UTILITY_GRAPHICS_PAINT_MANAGER_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| #include "ppapi/cpp/graphics_2d.h"
|
|
|