Merge pull request #692 from cxd4/yo-yo-std-in-the-io

Fix non-MSVC compiler error:  undeclared sprintf()
This commit is contained in:
zilmar 2015-10-27 11:11:46 +11:00
commit a52104aa25
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"