Fix include order.

This commit is contained in:
2025-12-13 14:19:10 +00:00
parent a56b6d83fc
commit 5e18870f01

View File

@@ -17,8 +17,8 @@
*/ */
#if defined(_WIN32) || defined(_WIN64) #if defined(_WIN32) || defined(_WIN64)
#include <wincrypt.h>
#include <windows.h> #include <windows.h>
#include <wincrypt.h>
#endif #endif
#include <aaru.h> #include <aaru.h>