Fix missing includes

This commit is contained in:
Berkus Decker 2017-11-20 22:34:17 +02:00
parent 9da39b0b56
commit 56dbd4bff2
1 changed files with 3 additions and 0 deletions

View File

@ -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"