| Index: components/nacl/renderer/plugin/utility.h
|
| diff --git a/components/nacl/renderer/plugin/utility.h b/components/nacl/renderer/plugin/utility.h
|
| index 78091d3021d01fc1651b2274bd089295924e395c..91d9e6c6b488f12545e43b4ec673e41d1d3e39b2 100644
|
| --- a/components/nacl/renderer/plugin/utility.h
|
| +++ b/components/nacl/renderer/plugin/utility.h
|
| @@ -9,6 +9,8 @@
|
| #ifndef COMPONENTS_NACL_RENDERER_PLUGIN_UTILITY_H_
|
| #define COMPONENTS_NACL_RENDERER_PLUGIN_UTILITY_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "components/nacl/renderer/ppb_nacl_private.h"
|
| #include "native_client/src/include/nacl_macros.h"
|
| #include "native_client/src/include/portability.h"
|
|
|