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/sword2/sword2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sword2') diff --git a/engines/sword2/sword2.h b/engines/sword2/sword2.h index 28cdaa8730..201ce5e836 100644 --- a/engines/sword2/sword2.h +++ b/engines/sword2/sword2.h @@ -41,6 +41,7 @@ #include "common/events.h" #include "common/util.h" +#include "common/random.h" #define MAX_starts 100 #define MAX_description 100 -- cgit v1.2.3