Chromium Code Reviews| Index: base/debug/debugger_posix.cc |
| diff --git a/base/debug/debugger_posix.cc b/base/debug/debugger_posix.cc |
| index e92d5a5619a6f113ad5b7adc5fdb92af7a541b46..3255552333a339564e132dc3f58bf6d53b87de32 100644 |
| --- a/base/debug/debugger_posix.cc |
| +++ b/base/debug/debugger_posix.cc |
| @@ -18,6 +18,8 @@ |
| #include <vector> |
| #include "base/macros.h" |
| +#include "base/threading/platform_thread.h" |
| +#include "base/time/time.h" |
| #include "build/build_config.h" |
| #if defined(__GLIBCXX__) |