(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was broken
This commit is contained in:
@@ -35,7 +35,7 @@ void SetRandomSeed(uint32 seed)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef RANDOM_DEBUG
|
#ifdef RANDOM_DEBUG
|
||||||
#include "../network/network_data.h"
|
#include "../network/network_internal.h"
|
||||||
#include "../variables.h" /* _frame_counter */
|
#include "../variables.h" /* _frame_counter */
|
||||||
#include "../company_func.h"
|
#include "../company_func.h"
|
||||||
|
|
||||||
|
@@ -38,6 +38,7 @@
|
|||||||
#include "../rev.h"
|
#include "../rev.h"
|
||||||
#ifdef DEBUG_DUMP_COMMANDS
|
#ifdef DEBUG_DUMP_COMMANDS
|
||||||
#include "../core/alloc_func.hpp"
|
#include "../core/alloc_func.hpp"
|
||||||
|
#include "../fileio_func.h"
|
||||||
#endif /* DEBUG_DUMP_COMMANDS */
|
#endif /* DEBUG_DUMP_COMMANDS */
|
||||||
#include "table/strings.h"
|
#include "table/strings.h"
|
||||||
#include "../company_base.h"
|
#include "../company_base.h"
|
||||||
|
Reference in New Issue
Block a user