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.
This commit is contained in:
leha-bot 2018-08-03 18:36:26 +03:00 committed by Alex
parent 6f38f7337b
commit 0a1a0162e4
1 changed files with 1 additions and 1 deletions

View File

@ -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 <ShlGuid.h>
#include <windows.h>
#include <windowsx.h>
#include <ShlGuid.h>
#include <QDesktopServices>
#include <QDialog>