From 0b6864b589e3fa7b2227079f5d4faea825b59755 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 7 Aug 2005 14:45:50 +0000 Subject: [PATCH] (svn r2832) Missing #include --- misc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/misc.c b/misc.c index 54b9c1ea5f..9ac558bac6 100644 --- a/misc.c +++ b/misc.c @@ -2,6 +2,7 @@ #include "stdafx.h" #include "openttd.h" +#include "currency.h" #include "functions.h" #include "player.h" #include "string.h"