ERR: Added missing include of stdio.h for sprintf.
This commit is contained in:
parent
5608a9a129
commit
d9326ed78d
|
@ -32,6 +32,8 @@
|
|||
#include "cmGlobalUnixMakefileGenerator.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
cmake::cmake()
|
||||
{
|
||||
m_Verbose = false;
|
||||
|
|
Loading…
Reference in New Issue