| Index: ppapi/shared_impl/ppb_input_event_shared.cc
|
| diff --git a/ppapi/shared_impl/ppb_input_event_shared.cc b/ppapi/shared_impl/ppb_input_event_shared.cc
|
| index 5cf83b5ac4afb3ab83cec75b5c0a4bdcf86e44f7..c966224b39dd177dec6e08158e20edf2fc95eab2 100644
|
| --- a/ppapi/shared_impl/ppb_input_event_shared.cc
|
| +++ b/ppapi/shared_impl/ppb_input_event_shared.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "ppapi/shared_impl/ppb_input_event_shared.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "ppapi/shared_impl/ppapi_globals.h"
|
| #include "ppapi/shared_impl/var.h"
|
|
|
|
|