From d78dba3bcae77e85107836cfeecaa958b7ebe4d4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 18 Mar 2010 15:07:11 +0000 Subject: COMMON: Move Common::RandomSource to common/random.* svn-id: r48279 --- engines/groovie/script.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/groovie/script.h') diff --git a/engines/groovie/script.h b/engines/groovie/script.h index d9752e484d..e4a6a288e6 100644 --- a/engines/groovie/script.h +++ b/engines/groovie/script.h @@ -27,6 +27,7 @@ #define GROOVIE_SCRIPT_H #include "common/file.h" +#include "common/random.h" #include "common/rect.h" #include "groovie/font.h" -- cgit v1.2.3