mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
Fix include order
This commit is contained in:
parent
dbb79cef41
commit
f39b1cfdf7
@ -37,10 +37,12 @@
|
||||
#include <QtGlobal>
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
|
||||
// Must be first!
|
||||
#include <qt_windows.h>
|
||||
// Do not sort !
|
||||
#include "WinUser.h"
|
||||
#include <ShellScalingApi.h>
|
||||
#include <qt_windows.h>
|
||||
#endif
|
||||
|
||||
#include "ScreenPlayUtil/contenttypes.h"
|
||||
|
Loading…
Reference in New Issue
Block a user