iv_pch.h 613 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. This file is part of Telegram Desktop,
  3. the official desktop application for the Telegram messaging service.
  4. For license and copyright information please follow this link:
  5. https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
  6. */
  7. #include <QtCore/QString>
  8. #include <QtCore/QByteArray>
  9. #include <crl/crl.h>
  10. #include <rpl/rpl.h>
  11. #include <vector>
  12. #include <map>
  13. #include <set>
  14. #include <deque>
  15. #include <atomic>
  16. #include <range/v3/all.hpp>
  17. #include "base/flat_map.h"
  18. #include "base/flat_set.h"
  19. #include "ui/qt_object_factory.h"
  20. #include "ui/qt_weak_factory.h"
  21. #include "scheme.h"
  22. #include "logs.h"