فهرست منبع

ERR: Added missing include.

Brad King 23 سال پیش
والد
کامیت
a747e47cb0
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Source/cmSystemTools.cxx

+ 1 - 0
Source/cmSystemTools.cxx

@@ -86,6 +86,7 @@ inline int Chdir(const char* dir)
 #  endif
 #  endif
 #elif defined( __CYGWIN__ ) || defined( __linux__ )
 #elif defined( __CYGWIN__ ) || defined( __linux__ )
 #  include <sys/time.h>
 #  include <sys/time.h>
+#  include <time.h>
 #  define HAVE_GETTIMEOFDAY
 #  define HAVE_GETTIMEOFDAY
 #endif
 #endif