Added include for sprintf

This commit is contained in:
AlexeyAB
2018-03-12 14:11:53 +03:00
parent 880cf187d8
commit 15c89e7a71

View File

@ -37,6 +37,7 @@ struct _INIT_W32DATA
#define SOCKET_ERROR -1 #define SOCKET_ERROR -1
#endif /* _WIN32 */ #endif /* _WIN32 */
#include <cstdio>
#include <vector> #include <vector>
#include <iostream> #include <iostream>
using std::cerr; using std::cerr;