| Index: mojo/edk/embedder/simple_platform_support.h
 | 
| diff --git a/mojo/edk/embedder/simple_platform_support.h b/mojo/edk/embedder/simple_platform_support.h
 | 
| index ef97d91dd4983aeb5421c638e6424c4c1fac362b..0c00098c870f2d0ef4621e50cdfa899cfcf06f93 100644
 | 
| --- a/mojo/edk/embedder/simple_platform_support.h
 | 
| +++ b/mojo/edk/embedder/simple_platform_support.h
 | 
| @@ -5,6 +5,8 @@
 | 
|  #ifndef MOJO_EDK_EMBEDDER_SIMPLE_PLATFORM_SUPPORT_H_
 | 
|  #define MOJO_EDK_EMBEDDER_SIMPLE_PLATFORM_SUPPORT_H_
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include "mojo/edk/embedder/platform_support.h"
 | 
|  #include "mojo/edk/system/system_impl_export.h"
 | 
|  #include "mojo/public/cpp/system/macros.h"
 | 
| 
 |