From 30914e54b4f8cb46fe2520a745a7dd95217b7075 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Thu, 23 Nov 2017 23:46:47 +0200 Subject: [PATCH] Include still required private header --- Telegram/SourceFiles/qt_functions.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Telegram/SourceFiles/qt_functions.cpp b/Telegram/SourceFiles/qt_functions.cpp index 4a722b8d7..e9875037c 100644 --- a/Telegram/SourceFiles/qt_functions.cpp +++ b/Telegram/SourceFiles/qt_functions.cpp @@ -31,6 +31,8 @@ ** ****************************************************************************/ +#include + /* TODO: find a dynamic library with these symbols. */ /* Debian maintainer: this function is taken from qfiledialog.cpp */