aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/os/Thread.h2
1 files changed, 2 insertions, 0 deletions
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 <stddef.h>
+
namespace os {
class Mutex;