Fix non-MSVC compiler errors: undeclared sprintf()

This commit is contained in:
unknown 2015-10-26 18:11:18 -04:00
parent 572418ec30
commit afd470914d
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ documentation and/or software.
#if !defined(AFX_MD5_H__6DD6923B_E241_40CE_81A3_4C2C88C140E4__INCLUDED_)
#define AFX_MD5_H__6DD6923B_E241_40CE_81A3_4C2C88C140E4__INCLUDED_
/* sprintf() */
#include <stdio.h>
#include <string>
#include <functional>
#include "path.h"