Chromium Code Reviews| Index: base/debug/crash_logging.cc |
| diff --git a/base/debug/crash_logging.cc b/base/debug/crash_logging.cc |
| index 8f121a67832670ec262a5107043d7f073a9b4c15..c61eb3d01aa334d22426bc755f8e32cf0ec22c70 100644 |
| --- a/base/debug/crash_logging.cc |
| +++ b/base/debug/crash_logging.cc |
| @@ -7,6 +7,7 @@ |
| #include <cmath> |
| #include <map> |
| +#include "base/auto_reset.h" |
| #include "base/debug/stack_trace.h" |
| #include "base/format_macros.h" |
| #include "base/logging.h" |