From 9d7bfd1d767271cec5cea78d0a14a7b0df7c11f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?= Date: Mon, 7 Oct 2024 10:38:49 +0200 Subject: [PATCH] fix getopt include order --- 3rdParty/Getopt-for-Visual-Studio/getopt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3rdParty/Getopt-for-Visual-Studio/getopt.h b/3rdParty/Getopt-for-Visual-Studio/getopt.h index e0607894b2..7100be8415 100644 --- a/3rdParty/Getopt-for-Visual-Studio/getopt.h +++ b/3rdParty/Getopt-for-Visual-Studio/getopt.h @@ -68,6 +68,8 @@ #include #include #include +/* Enforce Windows.h to use winsock2 */ +#include #include #ifdef __cplusplus