mirror of https://github.com/procxx/kepka.git
Fix missing includes
This commit is contained in:
parent
9da39b0b56
commit
56dbd4bff2
|
@ -21,6 +21,9 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "base/timer.h"
|
#include "base/timer.h"
|
||||||
|
#include <QtCore/QObject>
|
||||||
|
#include "mtproto/rpc_sender.h"
|
||||||
|
#include "mtproto/core_types.h"
|
||||||
#include "core/single_timer.h"
|
#include "core/single_timer.h"
|
||||||
#include "mtproto/sender.h"
|
#include "mtproto/sender.h"
|
||||||
#include "base/flat_map.h"
|
#include "base/flat_map.h"
|
||||||
|
|
Loading…
Reference in New Issue