Chromium Code Reviews| Index: base/threading/platform_thread_win.cc |
| diff --git a/base/threading/platform_thread_win.cc b/base/threading/platform_thread_win.cc |
| index 25973bcada928651091da0fa7025356f34604602..d5bd9bed08e7978714d989c2a3afcf4a135bed69 100644 |
| --- a/base/threading/platform_thread_win.cc |
| +++ b/base/threading/platform_thread_win.cc |
| @@ -4,6 +4,8 @@ |
| #include "base/threading/platform_thread.h" |
| +#include <stddef.h> |
| + |
| #include "base/debug/alias.h" |
| #include "base/debug/profiler.h" |
| #include "base/logging.h" |