From edf8c2eb377b15053cf1cca3c0b03ad5aacec33b Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Fri, 5 May 2017 21:10:53 +0200 Subject: [PATCH] Fixed compilation under windows --- networking.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/networking.cpp b/networking.cpp index ee87b1f..d82aa85 100644 --- a/networking.cpp +++ b/networking.cpp @@ -1,5 +1,7 @@ #include "networking.h" +#include + using namespace Telegram; Networking::Networking(QString token, QObject *parent) :