forked from qt-creator/qt-creator
ASM: Fix build on windows
Change-Id: Iee491d09aca54160ea59a34b12f2ce061852b51e Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Christian Stenger
parent
963e55f3db
commit
32fdd72f14
@@ -16,8 +16,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <psapi.h>
|
||||
#include <windows.h>
|
||||
#include <psapi.h>
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_MACOS
|
||||
|
Reference in New Issue
Block a user