| Index: ppapi/examples/printing/printing.cc
|
| diff --git a/ppapi/examples/printing/printing.cc b/ppapi/examples/printing/printing.cc
|
| index 866e51a533e690126d5ce1e11cb33e2fd8f3c3bd..b87fc4feefc18a4e10ea750944f78580c44d3453 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 <string.h>
|
| +
|
| #include "ppapi/cpp/dev/buffer_dev.h"
|
| #include "ppapi/cpp/dev/printing_dev.h"
|
| #include "ppapi/cpp/image_data.h"
|
|
|