瀏覽代碼

ENH: put back stdio.h to get sprintf

Bill Hoffman 24 年之前
父節點
當前提交
8da64c7c44
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/cmMakefile.cxx

+ 1 - 0
Source/cmMakefile.cxx

@@ -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()