Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
leha-bot committed Sep 21, 2018
1 parent 6f38f73 commit 0a1a016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/platform/win/file_utilities_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0a1a016

Please sign in to comment.