diff options
| author | levlam <levlam@telegram.org> | 2021-11-04 12:46:08 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-11-04 12:46:08 +0300 |
| commit | ca7947cf44c429d962002b9a28e85b3d75e51138 (patch) | |
| tree | 72c4aaae534dcb66e6f44ac808b58ed5d742f297 /tdnet | |
| parent | eb2c0c9315dad89f67dacb752ff1001d9e464c55 (diff) | |
Minor improvements.
Diffstat (limited to 'tdnet')
| -rw-r--r-- | tdnet/td/net/HttpInboundConnection.h | 1 | ||||
| -rw-r--r-- | tdnet/td/net/HttpOutboundConnection.h | 1 | ||||
| -rw-r--r-- | tdnet/td/net/Wget.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tdnet/td/net/HttpInboundConnection.h b/tdnet/td/net/HttpInboundConnection.h index 31e2633bf..4073792d2 100644 --- a/tdnet/td/net/HttpInboundConnection.h +++ b/tdnet/td/net/HttpInboundConnection.h @@ -11,6 +11,7 @@ #include "td/actor/actor.h" +#include "td/utils/BufferedFd.h" #include "td/utils/port/SocketFd.h" #include "td/utils/Status.h" diff --git a/tdnet/td/net/HttpOutboundConnection.h b/tdnet/td/net/HttpOutboundConnection.h index 900489026..f9ed2a2cb 100644 --- a/tdnet/td/net/HttpOutboundConnection.h +++ b/tdnet/td/net/HttpOutboundConnection.h @@ -12,6 +12,7 @@ #include "td/actor/actor.h" +#include "td/utils/BufferedFd.h" #include "td/utils/port/SocketFd.h" #include "td/utils/Status.h" diff --git a/tdnet/td/net/Wget.cpp b/tdnet/td/net/Wget.cpp index 6873aca0e..5912f1f4a 100644 --- a/tdnet/td/net/Wget.cpp +++ b/tdnet/td/net/Wget.cpp @@ -11,6 +11,7 @@ #include "td/net/SslStream.h" #include "td/utils/buffer.h" +#include "td/utils/BufferedFd.h" #include "td/utils/HttpUrl.h" #include "td/utils/logging.h" #include "td/utils/misc.h" |
