Mention some missing includes in payments/ subdirectory
This commit is contained in:
parent
414456d003
commit
840bb447ba
|
@ -13,6 +13,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
#include <QtNetwork/QNetworkAccessManager>
|
#include <QtNetwork/QNetworkAccessManager>
|
||||||
#include <QtCore/QString>
|
#include <QtCore/QString>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace SmartGlocal {
|
namespace SmartGlocal {
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
|
|
||||||
namespace SmartGlocal {
|
namespace SmartGlocal {
|
||||||
|
|
||||||
class Token;
|
class Token;
|
||||||
|
|
|
@ -7,6 +7,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
*/
|
*/
|
||||||
#include "smartglocal/smartglocal_card.h"
|
#include "smartglocal/smartglocal_card.h"
|
||||||
|
|
||||||
|
#include <QtCore/QRegularExpression>
|
||||||
|
|
||||||
namespace SmartGlocal {
|
namespace SmartGlocal {
|
||||||
|
|
||||||
Card::Card(
|
Card::Card(
|
||||||
|
|
|
@ -14,6 +14,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
#include <QtNetwork/QNetworkAccessManager>
|
#include <QtNetwork/QNetworkAccessManager>
|
||||||
#include <QtCore/QString>
|
#include <QtCore/QString>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace Stripe {
|
namespace Stripe {
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
#include "stripe/stripe_card_validator.h"
|
#include "stripe/stripe_card_validator.h"
|
||||||
|
|
||||||
#include <QtCore/QDate>
|
#include <QtCore/QDate>
|
||||||
|
#include <QtCore/QRegularExpression>
|
||||||
|
|
||||||
namespace Stripe {
|
namespace Stripe {
|
||||||
namespace {
|
namespace {
|
||||||
|
|
|
@ -8,6 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "stripe/stripe_card.h"
|
#include "stripe/stripe_card.h"
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace Stripe {
|
namespace Stripe {
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <QtCore/QJsonObject>
|
#include <QtCore/QJsonObject>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace Stripe {
|
namespace Stripe {
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
|
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace Stripe {
|
namespace Stripe {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue