Skip to content

Commit

Permalink
Include stddef.h to get access to size_t
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Jul 7, 2016
1 parent f081268 commit ff87261
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/os/Thread.h
Expand Up @@ -19,6 +19,8 @@
#ifndef __OS_THREAD_H__
#define __OS_THREAD_H__

#include <stddef.h>

namespace os {
class Mutex;

Expand Down

0 comments on commit ff87261

Please sign in to comment.