From 7869c4ba66657308fec5d9e15ed376fda5054a22 Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 3 Jan 2009 18:44:20 +0000 Subject: (svn r14815) -Codechange: separate 'highscore' code from 'company' code --- src/openttd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/openttd.cpp') diff --git a/src/openttd.cpp b/src/openttd.cpp index ec2eeb209..613d63151 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -60,6 +60,7 @@ #include "functions.h" #include "elrail_func.h" #include "rev.h" +#include "highscore.h" #include "newgrf.h" #include "newgrf_config.h" -- cgit v1.2.3-54-g00ecf