diff options
Diffstat (limited to 'ppapi/examples/flash_topmost/flash_topmost.cc')
-rw-r--r-- | ppapi/examples/flash_topmost/flash_topmost.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/examples/flash_topmost/flash_topmost.cc b/ppapi/examples/flash_topmost/flash_topmost.cc index 001a6e5..56dd967 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" |