commit | ff872614b507d0aa8bfbd09ef41550390cfe658a | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Thu Jul 07 15:35:57 2016 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Thu Jul 07 15:36:36 2016 +0200 |
tree | 0993b903b55f2c9f7fd2df4fea623594fdf331ae | |
parent | f0812683f8009f231bd1b02929f7e71d9ed4c5dd [diff] |
Include stddef.h to get access to size_t
diff --git a/common/os/Thread.h b/common/os/Thread.h index bca41bb..4c39884 100644 --- a/common/os/Thread.h +++ b/common/os/Thread.h
@@ -19,6 +19,8 @@ #ifndef __OS_THREAD_H__ #define __OS_THREAD_H__ +#include <stddef.h> + namespace os { class Mutex;