| Index: ppapi/examples/font/simple_font.cc
|
| diff --git a/ppapi/examples/font/simple_font.cc b/ppapi/examples/font/simple_font.cc
|
| index b66c79e11387c4d8daec2bf4abb9568b6423f6e9..8f513ad291327b32db9e9f24370a30e3e1a65614 100644
|
| --- a/ppapi/examples/font/simple_font.cc
|
| +++ b/ppapi/examples/font/simple_font.cc
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stdint.h>
|
| #include <stdio.h>
|
|
|
| #include "ppapi/cpp/completion_callback.h"
|
|
|