void-packages/srcpkgs/telegram-desktop/patches/stdafx.h.patch
2019-09-18 14:59:47 +02:00

19 lines
476 B
Diff

--- Telegram/SourceFiles/stdafx.h 2019-09-10 17:30:47.000000000 +0200
+++ - 2019-09-18 14:03:45.704797349 +0200
@@ -60,6 +60,8 @@
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QVector>
+#include <QtNetwork/QNetworkProxy>
+#include <QtNetwork/QTcpSocket>
#include <QtGui/QIcon>
#include <QtGui/QImage>
@@ -119,6 +121,7 @@
#include "base/basic_types.h"
#include "logs.h"
+#include "scheme.h"
#include "core/utils.h"
#include "config.h"