summaryrefslogtreecommitdiff
path: root/win32.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-05 21:57:01 +0000
committertron <tron@openttd.org>2005-02-05 21:57:01 +0000
commit7d3a576a7bb8045d07dfcc2bc80719eef1989c98 (patch)
tree4a624b74bbedc67673db65149500003b85cd3871 /win32.c
parent17ca2c49a538eb4896e0b6e6ff24d12e6915ede2 (diff)
downloadopenttd-7d3a576a7bb8045d07dfcc2bc80719eef1989c98.tar.xz
(svn r1806) Add missing includes (see r1803)
Diffstat (limited to 'win32.c')
-rw-r--r--win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32.c b/win32.c
index c387e58c4..8066575bd 100644
--- a/win32.c
+++ b/win32.c
@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "ttd.h"
+#include "debug.h"
#include "table/strings.h"
#include "gfx.h"
#include "sound.h"