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
1 changed files with 2 additions and 0 deletions

View File

@ -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;