ASM: Fix build on windows

Change-Id: Iee491d09aca54160ea59a34b12f2ce061852b51e
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2024-06-17 07:41:17 +02:00
committed by Christian Stenger
parent 963e55f3db
commit 32fdd72f14

View File

@@ -16,8 +16,8 @@
#endif
#ifdef Q_OS_WIN
#include <psapi.h>
#include <windows.h>
#include <psapi.h>
#endif
#ifdef Q_OS_MACOS