diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-28 15:39:29 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-28 15:39:29 +0000 |
commit | 8aede057f8ea5ffc0c8f09dabbc14557f131fcab (patch) | |
tree | 6e7c2f0d8a31dddfa8977cda229bf9ab65bde8fe /net | |
parent | 4ac2667ace33a21fee852972a0e5cb70a72d6cd7 (diff) | |
download | chromium_src-8aede057f8ea5ffc0c8f09dabbc14557f131fcab.zip chromium_src-8aede057f8ea5ffc0c8f09dabbc14557f131fcab.tar.gz chromium_src-8aede057f8ea5ffc0c8f09dabbc14557f131fcab.tar.bz2 |
Fixes OpenSSL build: adds missing include file
BUG=none
TEST=compiles with use_openssl
Review URL: http://codereview.chromium.org/6340020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72962 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/base/x509_openssl_util.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/base/x509_openssl_util.cc b/net/base/x509_openssl_util.cc index 35871ad..fe3d27d 100644 --- a/net/base/x509_openssl_util.cc +++ b/net/base/x509_openssl_util.cc @@ -4,6 +4,8 @@ #include "net/base/x509_openssl_util.h" +#include <algorithm> + #include "base/logging.h" #include "base/string_piece.h" #include "base/string_util.h" |