浏览代码

ERR: Added missing include for msvc.

Brad King 23 年之前
父节点
当前提交
3453d10412
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/cmSystemTools.cxx

+ 1 - 0
Source/cmSystemTools.cxx

@@ -21,6 +21,7 @@
 #include <ctype.h>
 #include <ctype.h>
 #include "cmDirectory.h"
 #include "cmDirectory.h"
 #include <errno.h>
 #include <errno.h>
+#include <time.h>
 
 
 
 
 // support for realpath call
 // support for realpath call