COMP: Added missing include for time.

This commit is contained in:
Brad King 2007-04-23 16:48:56 -04:00
parent c4fc2c19c7
commit cdc161f380
1 changed files with 2 additions and 0 deletions

View File

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