From a5230641cc26e89d5402f794bfbf66cd9ef8e098 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Thu, 23 Nov 2017 21:01:06 +0200 Subject: [PATCH] Fix compilation --- Telegram/SourceFiles/application.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/application.h b/Telegram/SourceFiles/application.h index f3ccc9d16..d9ea37f0b 100644 --- a/Telegram/SourceFiles/application.h +++ b/Telegram/SourceFiles/application.h @@ -20,6 +20,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org */ #pragma once +#include "stdafx.h" #include class UpdateChecker;