diff options
author | rubidium <rubidium@openttd.org> | 2012-01-03 21:47:01 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-01-03 21:47:01 +0000 |
commit | d8d2f7455986fa17615f5ab722e6a5e0d43c9563 (patch) | |
tree | 1a5eed4d16350c150a940e65eb681898ac90d6a5 /src/debug.cpp | |
parent | 6d6be50ae0b0a0b233f918c3d7b9c0b623676439 (diff) | |
download | openttd-d8d2f7455986fa17615f5ab722e6a5e0d43c9563.tar.xz |
(svn r23741) -Revert (r23740): the few parts that the Windows / non-network compiles stumble on
Diffstat (limited to 'src/debug.cpp')
-rw-r--r-- | src/debug.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.cpp b/src/debug.cpp index 4d5340262..f7d31b89a 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -12,6 +12,8 @@ #include "stdafx.h" #include <stdarg.h> #include "console_func.h" +#include "debug.h" +#include "string_func.h" #include "fileio_func.h" #include "settings_type.h" |