ENH: put back stdio.h to get sprintf
This commit is contained in:
parent
81e6046a99
commit
8da64c7c44
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue