From d9326ed78d66bc7d408699d948e117764f3c6edf Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 10 Sep 2002 17:24:25 -0400 Subject: ERR: Added missing include of stdio.h for sprintf. --- Source/cmake.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 5ed7183..955602c 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -32,6 +32,8 @@ #include "cmGlobalUnixMakefileGenerator.h" #endif +#include + cmake::cmake() { m_Verbose = false; -- cgit v0.12