From 0a1a0162e4752ff3d8d516335c5e4313b16789b8 Mon Sep 17 00:00:00 2001 From: leha-bot Date: Fri, 3 Aug 2018 18:36:26 +0300 Subject: [PATCH] Fix Windows build There was a regression after PCH cleanup with headers order in /file_utilities_win.cpp. Seems that the CI and local MSVS used some kind of cache. --- Telegram/SourceFiles/platform/win/file_utilities_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/platform/win/file_utilities_win.cpp b/Telegram/SourceFiles/platform/win/file_utilities_win.cpp index 6e48139f1..e7f4440a6 100644 --- a/Telegram/SourceFiles/platform/win/file_utilities_win.cpp +++ b/Telegram/SourceFiles/platform/win/file_utilities_win.cpp @@ -18,9 +18,9 @@ to link the code of portions of this program with the OpenSSL library. Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org */ -#include #include #include +#include #include #include