Chromium Code Reviews| Index: ppapi/examples/stub/stub.cc |
| diff --git a/ppapi/examples/stub/stub.cc b/ppapi/examples/stub/stub.cc |
| index 41628a30ecb21cc1dfb75dab21b4a910a84fbf4e..20d819f2f90dbc2c0767316a29b1b57168bf9f52 100644 |
| --- a/ppapi/examples/stub/stub.cc |
| +++ b/ppapi/examples/stub/stub.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/instance.h" |
| #include "ppapi/cpp/module.h" |