From 193f6c70b94e4fc706bfbfb7db2d243a970c3efd Mon Sep 17 00:00:00 2001 From: Patrick W3AXL Date: Wed, 29 Jan 2025 13:57:48 -0500 Subject: [PATCH] added linking hint to utils.cpp for WIN32 build --- vocoder/Utils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/vocoder/Utils.cpp b/vocoder/Utils.cpp index 31ed237..bcfad0a 100644 --- a/vocoder/Utils.cpp +++ b/vocoder/Utils.cpp @@ -15,6 +15,7 @@ #if defined(_WIN32) #include +#pragma comment(lib, "Ws2_32.lib") #endif // defined(_WIN32) // ---------------------------------------------------------------------------