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/m4/m4.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/m4') diff --git a/engines/m4/m4.h b/engines/m4/m4.h index bebda02ca6..7987535c69 100644 --- a/engines/m4/m4.h +++ b/engines/m4/m4.h @@ -28,6 +28,7 @@ #include "common/scummsys.h" #include "common/util.h" +#include "common/random.h" #include "engines/engine.h" -- cgit v1.2.3