From 15c89e7a714e7e37c13618eace9325a06f0642fc Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Mon, 12 Mar 2018 14:11:53 +0300 Subject: [PATCH] Added include for sprintf --- src/http_stream.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/http_stream.cpp b/src/http_stream.cpp index abc99547..394ea321 100644 --- a/src/http_stream.cpp +++ b/src/http_stream.cpp @@ -37,6 +37,7 @@ struct _INIT_W32DATA #define SOCKET_ERROR -1 #endif /* _WIN32 */ +#include #include #include using std::cerr;