Chromium Code Reviews| Index: base/file_path.cc |
| diff --git a/base/file_path.cc b/base/file_path.cc |
| index cddb17e547549e9a9c7041e914a9a72514ceb4cb..9bc46f0f8c48cd16ff626135022cfa4b1eee97af 100644 |
| --- a/base/file_path.cc |
| +++ b/base/file_path.cc |
| @@ -2,6 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include <algorithm> |
| + |
| #include "base/file_path.h" |
| #if defined(OS_WIN) |