From ddaf38bdcda6ece923c920d5cc052064b0b0cff6 Mon Sep 17 00:00:00 2001 From: David Turner Date: Wed, 18 May 2011 15:08:03 +0000 Subject: TOLTECS: Fix Compilation After Common::RandomSource Changes in Latest master. --- engines/toltecs/toltecs.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/toltecs') diff --git a/engines/toltecs/toltecs.cpp b/engines/toltecs/toltecs.cpp index 41d626a027..180da78692 100644 --- a/engines/toltecs/toltecs.cpp +++ b/engines/toltecs/toltecs.cpp @@ -21,8 +21,9 @@ * */ -#include "common/EventRecorder.h" #include "common/config-manager.h" +#include "common/events.h" +#include "common/random.h" #include "common/str.h" #include "common/error.h" #include "common/textconsole.h" -- cgit v1.2.3