Chromium Code Reviews| Index: net/ssl/client_cert_store_nss.cc |
| diff --git a/net/ssl/client_cert_store_nss.cc b/net/ssl/client_cert_store_nss.cc |
| index 169351710b52677359a9566c46f848d77f24f6cd..171b060c9ad18c40beb7ca869f64608e06983fa9 100644 |
| --- a/net/ssl/client_cert_store_nss.cc |
| +++ b/net/ssl/client_cert_store_nss.cc |
| @@ -7,6 +7,8 @@ |
| #include <nss.h> |
| #include <ssl.h> |
| +#include <algorithm> |
| + |
| #include "base/bind.h" |
| #include "base/bind_helpers.h" |
| #include "base/location.h" |