From 020b8b85ea44f030066a9d1c102db5807e29b957 Mon Sep 17 00:00:00 2001 From: xiongguangjie Date: Mon, 6 Jun 2022 22:13:53 +0800 Subject: [PATCH] try fix for windows build --- srt/Common.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srt/Common.hpp b/srt/Common.hpp index 90ca20b0..cc49cff1 100644 --- a/srt/Common.hpp +++ b/srt/Common.hpp @@ -1,11 +1,11 @@ #ifndef ZLMEDIAKIT_SRT_COMMON_H #define ZLMEDIAKIT_SRT_COMMON_H #if defined(_WIN32) -#include #include #include -#pragma comment(lib, "Ws2_32.lib") -#pragma comment(lib, "Iphlpapi.lib") +#include +#pragma comment (lib, "Ws2_32.lib") +#pragma comment(lib,"Iphlpapi.lib") #else #include #include