From 38417f17940fcf99ebbdba9ee308012afae06093 Mon Sep 17 00:00:00 2001 From: belugas Date: Tue, 11 Apr 2006 15:18:22 +0000 Subject: [PATCH] (svn r4359) MSV6 Release mode now compiles (problem of UINT_MAX. stdafx.h should be the first include). Thanks to KUDr for solution and testing --- roadveh_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roadveh_cmd.c b/roadveh_cmd.c index 76fa480ca6..4c91e4ab95 100644 --- a/roadveh_cmd.c +++ b/roadveh_cmd.c @@ -1,7 +1,7 @@ /* $Id$ */ -#include #include "stdafx.h" +#include #include "openttd.h" #include "debug.h" #include "functions.h"