| --- a/lib/cpp/src/thrift/concurrency/Mutex.h | |
| +++ b/lib/cpp/src/thrift/concurrency/Mutex.h | |
| @@ -19,4 +19,5 @@ | |
| #ifndef _THRIFT_CONCURRENCY_MUTEX_H_ | |
| #define _THRIFT_CONCURRENCY_MUTEX_H_ 1 | |
| +#include <cstdint> | |
| #include <memory> | |
| #include <thrift/TNonCopyable.h> |