Chromium Code Reviews| Index: ppapi/examples/scaling/scaling.cc |
| diff --git a/ppapi/examples/scaling/scaling.cc b/ppapi/examples/scaling/scaling.cc |
| index 6a7c4ebb08b19007f2085eccf80664ceea68074a..ec081a2eda91f33bd7056c474663d72d166729c7 100644 |
| --- a/ppapi/examples/scaling/scaling.cc |
| +++ b/ppapi/examples/scaling/scaling.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 <sstream> |
| #include "ppapi/c/pp_errors.h" |