diff options
Diffstat (limited to 'net/base/net_util_win.cc')
-rw-r--r-- | net/base/net_util_win.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/base/net_util_win.cc b/net/base/net_util_win.cc index a6d37c1..dac93a9 100644 --- a/net/base/net_util_win.cc +++ b/net/base/net_util_win.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 "net/base/net_util.h" #include "base/file_path.h" |