ENH: put back stdio.h to get sprintf

This commit is contained in:
Bill Hoffman 2001-06-22 14:53:14 -04:00
parent 81e6046a99
commit 8da64c7c44
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "cmCommands.h"
#include "cmCacheManager.h"
#include "cmFunctionBlocker.h"
#include <stdio.h> // required for sprintf
// default is not to be building executables
cmMakefile::cmMakefile()