Kaynağa Gözat

COMP: Added missing include for time.

Brad King 18 yıl önce
ebeveyn
işleme
cdc161f380
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      Source/cmStringCommand.cxx

+ 2 - 0
Source/cmStringCommand.cxx

@@ -20,6 +20,8 @@
 
 #include <stdlib.h> // required for atoi
 #include <ctype.h>
+#include <time.h>
+
 //----------------------------------------------------------------------------
 bool cmStringCommand::InitialPass(std::vector<std::string> const& args)
 {