summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Telegram/src/stdafx.h')
-rw-r--r--protocols/Telegram/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h
index 6c0c2016cb..bf44f897c1 100644
--- a/protocols/Telegram/src/stdafx.h
+++ b/protocols/Telegram/src/stdafx.h
@@ -43,11 +43,13 @@ extern "C"
#include "tgl\tgl.h"
#include "tgl\tgl-net.h"
#include "tgl\tgl-timers.h"
+ #include "tgl\tgl-binlog.h"
}
struct MirTLS : public tgl_state, public MZeroedObject
{
struct CTelegramProto *m_proto;
+ MirTLS(CTelegramProto *p) : m_proto(p) {}
};
#include "version.h"