From: Pierre Ossman Date: Thu, 7 Jul 2016 13:35:57 +0000 (+0200) Subject: Include stddef.h to get access to size_t X-Git-Tag: v1.7.90~105 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ff872614b507d0aa8bfbd09ef41550390cfe658a;p=tigervnc.git Include stddef.h to get access to size_t --- 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;