From ff872614b507d0aa8bfbd09ef41550390cfe658a Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 7 Jul 2016 15:35:57 +0200 Subject: [PATCH] Include stddef.h to get access to size_t --- common/os/Thread.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/os/Thread.h b/common/os/Thread.h index bca41bbc..4c39884b 100644 --- a/common/os/Thread.h +++ b/common/os/Thread.h @@ -19,6 +19,8 @@ #ifndef __OS_THREAD_H__ #define __OS_THREAD_H__ +#include + namespace os { class Mutex; -- 2.39.5