The Time class must be defined above any code that uses it. So:
Code:
class Time { ... };

class track { ... };
...will be just fine.

Z.