Add forward decls

This commit is contained in:
Berkus Decker 2018-04-22 20:13:52 +03:00
parent a1f902c5bf
commit a3014a911e
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#pragma once #pragma once
#include "platform/mac/specific_mac_p.h" #include "platform/mac/specific_mac_p.h"
class QAbstractNativeEventFilter;
class LocationCoords;
namespace Platform { namespace Platform {