(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"