#ifndef CTIME_
#define CTIME_

namespace std
{
    #include <time.h>

} // end of namespace std

#endif
