mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
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
Block a user