Add missing includes

This commit is contained in:
Berkus Decker 2018-04-22 20:13:42 +03:00
parent 8e01e848f4
commit a1f902c5bf
5 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include <QString>
#include <QNetworkAccessManager>
#include "ui/animation.h"
#include "core/basic_types.h"
#include "history/history.h"
#include "history/history_item.h"

View File

@ -26,6 +26,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include <QPushButton>
#include <QLabel>
#include <QCheckBox>
#include <QNetworkReply>
#include "platform/platform_specific.h"
#include "platform/platform_main_window.h"
#include "core/single_timer.h"

View File

@ -22,6 +22,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "storage/localimageloader.h"
#include "window/notifications_manager_default.h"
#include "ui/animation.h"
class FileLocation;

View File

@ -20,6 +20,8 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/
#pragma once
#include <QMenuBar>
#include "platform/platform_main_window.h"
#include "platform/mac/specific_mac_p.h"
#include "base/timer.h"

View File

@ -21,6 +21,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include <assert.h>
#include "app.h"
#include "ui/text/text.h"
#include "core/utils.h" // makeShared