mirror of https://github.com/AlexeyAB/darknet.git
Added include for sprintf
This commit is contained in:
parent
880cf187d8
commit
15c89e7a71
|
@ -37,6 +37,7 @@ struct _INIT_W32DATA
|
|||
#define SOCKET_ERROR -1
|
||||
#endif /* _WIN32 */
|
||||
|
||||
#include <cstdio>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
using std::cerr;
|
||||
|
|
Loading…
Reference in New Issue