(svn r11762) -Fix: compilation with DEBUG_DUMP_COMMANDS was broken

This commit is contained in:
glx
2008-01-05 21:42:34 +00:00
parent 5d837282ee
commit 91be5d7531
3 changed files with 7 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ extern const char _openttd_revision[];
#include "../texteff.hpp"
#include "../core/random_func.hpp"
#include "../window_func.h"
#ifdef DEBUG_DUMP_COMMANDS
#include "../core/alloc_func.hpp"
#endif
/* Check whether NETWORK_NUM_LANDSCAPES is still in sync with NUM_LANDSCAPE */
assert_compile((int)NETWORK_NUM_LANDSCAPES == (int)NUM_LANDSCAPE);