mirror of https://github.com/procxx/kepka.git
Add missing includes
This commit is contained in:
parent
8e01e848f4
commit
a1f902c5bf
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue