mirror of https://github.com/procxx/kepka.git
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:
parent
6f38f7337b
commit
0a1a0162e4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue