1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-16 19:19:09 +00:00

(svn r2832) Missing #include

This commit is contained in:
tron
2005-08-07 14:45:50 +00:00
parent 3f39db10d7
commit 0b6864b589

1
misc.c
View File

@@ -2,6 +2,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "currency.h"
#include "functions.h"
#include "player.h"
#include "string.h"