| Index: ppapi/utility/completion_callback_factory_thread_traits.h
|
| diff --git a/ppapi/utility/completion_callback_factory_thread_traits.h b/ppapi/utility/completion_callback_factory_thread_traits.h
|
| index 34c530071036ff5d1d1f6aab002da9d3d5586576..a1dbc64e78ed6f74c53ad6b21d0b76b69a094ee8 100644
|
| --- a/ppapi/utility/completion_callback_factory_thread_traits.h
|
| +++ b/ppapi/utility/completion_callback_factory_thread_traits.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef PPAPI_UTILITY_THREAD_SAFE_THREAD_TRAITS_H_
|
| #define PPAPI_UTILITY_THREAD_SAFE_THREAD_TRAITS_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/cpp/logging.h"
|
| #include "ppapi/cpp/module.h"
|
| #include "ppapi/utility/threading/lock.h"
|
|
|