summaryrefslogtreecommitdiff
path: root/src/mongo/executor/async_secure_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/executor/async_secure_stream.h')
-rw-r--r--src/mongo/executor/async_secure_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/executor/async_secure_stream.h b/src/mongo/executor/async_secure_stream.h
index 6ea222e8a8d..cead9d6fada 100644
--- a/src/mongo/executor/async_secure_stream.h
+++ b/src/mongo/executor/async_secure_stream.h
@@ -33,9 +33,9 @@
#ifdef MONGO_CONFIG_SSL
#include <asio.hpp>
-#include <asio/ssl.hpp>
#include "mongo/executor/async_stream_interface.h"
+#include "mongo/util/net/ssl.hpp"
namespace mongo {
namespace executor {