Changeset - r14350:d12dde7f29a3
[Not reviewed]
master
0 1 0
frosch - 15 years ago 2010-01-25 17:22:06
frosch@openttd.org
(svn r18916) -Fix (r18809): Don't rely on 'time.h' being included via dark roads.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/crashlog.cpp
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)