From 07f0db63fdb1f1fa7430b7cb19bf5c200423ccac Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Wed, 20 Jun 2018 06:45:20 +0200 Subject: [PATCH] Fixed Windows build. --- MagickCore/studio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MagickCore/studio.h b/MagickCore/studio.h index e1e47244d..ab01e3492 100644 --- a/MagickCore/studio.h +++ b/MagickCore/studio.h @@ -126,6 +126,7 @@ extern "C" { #include #include #include +#pragma comment (lib, "ws2_32.lib") #endif #if defined(MAGICKCORE_HAVE_SYS_SYSLIMITS_H) # include -- 2.40.0