diff -r eec5a7dcbf61 -r fcf5fb2548eb src/cargopacket.cpp --- a/src/cargopacket.cpp Mon Apr 14 20:32:36 2008 +0000 +++ b/src/cargopacket.cpp Tue Apr 15 00:47:19 2008 +0000 @@ -4,9 +4,10 @@ #include "stdafx.h" #include "openttd.h" -#include "station.h" +#include "station_base.h" #include "cargopacket.h" #include "saveload.h" +#include "oldpool_func.h" /* Initialize the cargopacket-pool */ DEFINE_OLD_POOL_GENERIC(CargoPacket, CargoPacket)