Chromium Code Reviews| Index: base/crypto/rsa_private_key.cc |
| diff --git a/base/crypto/rsa_private_key.cc b/base/crypto/rsa_private_key.cc |
| index 4048ed1401df7c97811da6d399fd21c5b7a0439d..2ab0c142f52ce0a06c6596b7832fdd4bc8a725ca 100644 |
| --- a/base/crypto/rsa_private_key.cc |
| +++ b/base/crypto/rsa_private_key.cc |
| @@ -4,6 +4,7 @@ |
| #include "base/crypto/rsa_private_key.h" |
| +#include <algorithm> |
| #include <list> |
| #include "base/logging.h" |