|
|
@ -1,13 +1,12 @@
|
|
|
|
diff --git a/net/socket/ssl_client_socket_impl.cc b/net/socket/ssl_client_socket_impl.cc
|
|
|
|
diff --git a/net/socket/ssl_client_socket_impl.cc b/net/socket/ssl_client_socket_impl.cc
|
|
|
|
index fcd45cb5c..97cea09c1 100644
|
|
|
|
index fcd45cb5c..bcbae6c59 100644
|
|
|
|
--- a/net/socket/ssl_client_socket_impl.cc
|
|
|
|
--- a/net/socket/ssl_client_socket_impl.cc
|
|
|
|
+++ b/net/socket/ssl_client_socket_impl.cc
|
|
|
|
+++ b/net/socket/ssl_client_socket_impl.cc
|
|
|
|
@@ -13,6 +13,8 @@
|
|
|
|
@@ -69,6 +69,7 @@
|
|
|
|
#include <memory>
|
|
|
|
#include "third_party/boringssl/src/include/openssl/evp.h"
|
|
|
|
#include <utility>
|
|
|
|
#include "third_party/boringssl/src/include/openssl/mem.h"
|
|
|
|
|
|
|
|
#include "third_party/boringssl/src/include/openssl/ssl.h"
|
|
|
|
|
|
|
|
+#include "third_party/llvm/libcxx/include/__config"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace net {
|
|
|
|
|
|
|
|
|
|
|
|
+#include <__config>
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
#include "base/containers/span.h"
|
|
|
|
|
|
|
|
#include "base/feature_list.h"
|
|
|
|
|
|
|
|
#include "base/functional/bind.h"
|
|
|
|
|
|
|
|