| Index: ppapi/examples/2d/paint_manager_example.cc
|
| diff --git a/ppapi/examples/2d/paint_manager_example.cc b/ppapi/examples/2d/paint_manager_example.cc
|
| index c8d6a798ecd7ae9f9e77f6907d1e797b2af3d85f..3711ade2cb5a6ad62dd7644369898634b6dbc0a6 100644
|
| --- a/ppapi/examples/2d/paint_manager_example.cc
|
| +++ b/ppapi/examples/2d/paint_manager_example.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 <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <algorithm>
|
|
|
| #include "ppapi/c/pp_input_event.h"
|
|
|