(svn r18916) -Fix (r18809): Don't rely on 'time.h' being included via dark roads.

This commit is contained in:
frosch
2010-01-25 17:22:06 +00:00
parent 23abbb98fb
commit 0101cb9dec

View File

@@ -30,6 +30,7 @@
#include "company_base.h"
#include "company_func.h"
#include <time.h>
/* static */ const char *CrashLog::message = NULL;
/* static */ char *CrashLog::gamelog_buffer = NULL;