ERR: Added missing include of stdio.h for sprintf.

This commit is contained in:
Brad King 2002-09-10 17:24:25 -04:00
parent 5608a9a129
commit d9326ed78d

View File

@ -32,6 +32,8 @@
#include "cmGlobalUnixMakefileGenerator.h"
#endif
#include <stdio.h>
cmake::cmake()
{
m_Verbose = false;