From fde33b554790379af624e3c4c548535ca4097546 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 29 Jan 2008 00:26:31 +0000 Subject: (svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple places. --- src/video/dedicated_v.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video/dedicated_v.cpp') diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index c952ff093..df15663d8 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -17,6 +17,7 @@ #include "../blitter/factory.hpp" #include "../core/alloc_func.hpp" #include "../player_func.h" +#include "../core/random_func.hpp" #include "dedicated_v.h" #ifdef BEOS_NET_SERVER -- cgit v1.2.3-54-g00ecf