Merge pull request #692 from cxd4/yo-yo-std-in-the-io
Fix non-MSVC compiler error: undeclared sprintf()
This commit is contained in:
commit
a52104aa25
|
@ -42,6 +42,9 @@ documentation and/or software.
|
||||||
#if !defined(AFX_MD5_H__6DD6923B_E241_40CE_81A3_4C2C88C140E4__INCLUDED_)
|
#if !defined(AFX_MD5_H__6DD6923B_E241_40CE_81A3_4C2C88C140E4__INCLUDED_)
|
||||||
#define 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 <string>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
|
Loading…
Reference in New Issue