Chromium Code Reviews| Index: tools/memory_watcher/memory_watcher.cc |
| diff --git a/tools/memory_watcher/memory_watcher.cc b/tools/memory_watcher/memory_watcher.cc |
| index 29053f0bc7f513aadae95cc36a19a6673aa136cc..671d2b953c5231ac8de32d504d900d747cd60f1d 100644 |
| --- a/tools/memory_watcher/memory_watcher.cc |
| +++ b/tools/memory_watcher/memory_watcher.cc |
| @@ -2,6 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include <algorithm> |
| #include <windows.h> |
| #include <tlhelp32.h> // for CreateToolhelp32Snapshot() |
| #include <map> |