Mention some missing includes in payments/ subdirectory

This commit is contained in:
Nicholas Guriev 2021-08-10 23:38:11 +03:00 committed by John Preston
parent 414456d003
commit 840bb447ba
8 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include <QtNetwork/QNetworkAccessManager>
#include <QtCore/QString>
#include <map>
#include <memory>
namespace SmartGlocal {

View File

@ -7,6 +7,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
#include <functional>
namespace SmartGlocal {
class Token;

View File

@ -7,6 +7,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include "smartglocal/smartglocal_card.h"
#include <QtCore/QRegularExpression>
namespace SmartGlocal {
Card::Card(

View File

@ -14,6 +14,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include <QtNetwork/QNetworkAccessManager>
#include <QtCore/QString>
#include <map>
#include <memory>
namespace Stripe {

View File

@ -8,6 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "stripe/stripe_card_validator.h"
#include <QtCore/QDate>
#include <QtCore/QRegularExpression>
namespace Stripe {
namespace {

View File

@ -8,6 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#pragma once
#include "stripe/stripe_card.h"
#include <vector>
namespace Stripe {

View File

@ -8,6 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#pragma once
#include <QtCore/QJsonObject>
#include <vector>
namespace Stripe {

View File

@ -9,6 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include <QStringList>
#include <QUrl>
#include <vector>
namespace Stripe {