Просмотр исходного кода

COMP: Added missing include for time.

Brad King 19 лет назад
Родитель
Сommit
cdc161f380
1 измененных файлов с 2 добавлено и 0 удалено
  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)
 {