| Index: ppapi/proxy/nacl_message_scanner_unittest.cc
|
| diff --git a/ppapi/proxy/nacl_message_scanner_unittest.cc b/ppapi/proxy/nacl_message_scanner_unittest.cc
|
| index 41b1e016335f0e37df3a9a76fd6fe3b2882dde9b..2ca5a2895028ebd5a3de5ec71d42282b296c1a86 100644
|
| --- a/ppapi/proxy/nacl_message_scanner_unittest.cc
|
| +++ b/ppapi/proxy/nacl_message_scanner_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 "ipc/ipc_message.h"
|
| #include "ppapi/proxy/nacl_message_scanner.h"
|
| #include "ppapi/proxy/ppapi_messages.h"
|
|
|