(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was broken

This commit is contained in:
smatz 2008-10-18 14:16:29 +00:00
parent f2eba8b0bf
commit 7a031b60cd
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ void SetRandomSeed(uint32 seed)
}
#ifdef RANDOM_DEBUG
#include "../network/network_data.h"
#include "../network/network_internal.h"
#include "../variables.h" /* _frame_counter */
#include "../company_func.h"

View File

@ -38,6 +38,7 @@
#include "../rev.h"
#ifdef DEBUG_DUMP_COMMANDS
#include "../core/alloc_func.hpp"
#include "../fileio_func.h"
#endif /* DEBUG_DUMP_COMMANDS */
#include "table/strings.h"
#include "../company_base.h"