| Index: ppapi/examples/flash_topmost/flash_topmost.cc
|
| diff --git a/ppapi/examples/flash_topmost/flash_topmost.cc b/ppapi/examples/flash_topmost/flash_topmost.cc
|
| index 001a6e53277f766b3ba645dbdeb9e29b7cd96784..56dd96731f6c49c7dbc11c27e9f120ae6d26db29 100644
|
| --- a/ppapi/examples/flash_topmost/flash_topmost.cc
|
| +++ b/ppapi/examples/flash_topmost/flash_topmost.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/cpp/graphics_2d.h"
|
| #include "ppapi/cpp/image_data.h"
|
| #include "ppapi/cpp/instance.h"
|
|
|