diff options
Diffstat (limited to 'base/file_path.cc')
-rw-r--r-- | base/file_path.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/file_path.cc b/base/file_path.cc index cddb17e..9bc46f0 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) |