Changeset - r5666:9f767230928f
[Not reviewed]
master
0 1 0
KUDr - 17 years ago 2007-01-14 19:29:21
kudr@openttd.org
(svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it)
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/station_cmd.cpp
Show inline comments
 
@@ -35,6 +35,8 @@
 
#include "date.h"
 
#include "helpers.hpp"
 

	
 
#include <memory>     // for auto_ptr
 

	
 
typedef enum StationRectModes
 
{
 
	RECT_MODE_TEST = 0,
0 comments (0 inline, 0 general)