From 2b3000c21de924a5d9ad78586b3d2959a54c07ee Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Thu, 12 Sep 2024 17:52:46 -0500 Subject: [PATCH] Suppress warnings when include winsock2 that windows.h must be included first --- include/hamlib/rig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index bb4a12c2a..8d96c44d8 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -43,6 +43,7 @@ // to stop warnings about including winsock2.h before windows.h #if defined(_WIN32) +#include #include #include #else