| Index: ppapi/examples/printing/printing.cc
|
| diff --git a/ppapi/examples/printing/printing.cc b/ppapi/examples/printing/printing.cc
|
| index 37a7273d8f4d51661a94bca7b98cfdbc8cc440e9..c52d478163d0398cf89f5cdcd613860cc09e1e45 100644
|
| --- a/ppapi/examples/printing/printing.cc
|
| +++ b/ppapi/examples/printing/printing.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 <stddef.h>
|
| +#include <stdint.h>
|
| #include <string.h>
|
|
|
| #include "ppapi/cpp/dev/buffer_dev.h"
|
|
|