Added include for sprintf

This commit is contained in:
AlexeyAB 2018-03-12 14:11:53 +03:00
parent 880cf187d8
commit 15c89e7a71
1 changed files with 1 additions and 0 deletions

View File

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