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"
|
#include "cmGlobalUnixMakefileGenerator.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
cmake::cmake()
|
cmake::cmake()
|
||||||
{
|
{
|
||||||
m_Verbose = false;
|
m_Verbose = false;
|
||||||
|
|
Loading…
Reference in New Issue