| Index: ppapi/proxy/printing_resource_unittest.cc
|
| diff --git a/ppapi/proxy/printing_resource_unittest.cc b/ppapi/proxy/printing_resource_unittest.cc
|
| index 6551ba176647bf1df0138809c82cc5bf0a402017..09589c34f6d38f73d25abca06fc164494e4a1339 100644
|
| --- a/ppapi/proxy/printing_resource_unittest.cc
|
| +++ b/ppapi/proxy/printing_resource_unittest.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 <cstring>
|
|
|
| #include "base/message_loop/message_loop.h"
|
|
|