Fix some includes.

GitOrigin-RevId: 5ce2e3dd3172ff92fa9400d10f0c6ec4b7f46e6e
This commit is contained in:
levlam 2020-08-01 21:57:03 +03:00
parent 5a08290ae0
commit 0ac58f7494
6 changed files with 6 additions and 2 deletions

View File

@ -17,6 +17,8 @@
#include "td/utils/common.h" #include "td/utils/common.h"
#include <memory>
namespace td { namespace td {
class NetQueryStats; class NetQueryStats;

View File

@ -125,7 +125,6 @@
#include "td/utils/Status.h" #include "td/utils/Status.h"
#include "td/utils/Timer.h" #include "td/utils/Timer.h"
#include "td/utils/tl_parsers.h" #include "td/utils/tl_parsers.h"
#include "td/utils/TsList.h"
#include "td/utils/utf8.h" #include "td/utils/utf8.h"
#include <cmath> #include <cmath>

View File

@ -50,6 +50,7 @@
#include <iostream> #include <iostream>
#include <limits> #include <limits>
#include <locale> #include <locale>
#include <memory>
#include <queue> #include <queue>
#include <tuple> #include <tuple>
#include <unordered_map> #include <unordered_map>

View File

@ -14,6 +14,8 @@
#include "td/utils/buffer.h" #include "td/utils/buffer.h"
#include "td/utils/ObjectPool.h" #include "td/utils/ObjectPool.h"
#include <memory>
namespace td { namespace td {
namespace telegram_api { namespace telegram_api {

View File

@ -10,6 +10,7 @@
#include "td/utils/format.h" #include "td/utils/format.h"
#include "td/utils/logging.h" #include "td/utils/logging.h"
#include "td/utils/Time.h"
namespace td { namespace td {

View File

@ -13,7 +13,6 @@
#include <cstddef> #include <cstddef>
#include <cstdint> #include <cstdint>
#include <memory>
#include <string> #include <string>
#include <type_traits> #include <type_traits>
#include <utility> #include <utility>