From e7c642b010c47d2520d21ea5b3c041d861bc1532 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 21 May 2011 19:03:22 +0200 Subject: AUDIO: Explicitly instantiate & name RandomSource used by MAME OPL --- audio/fmopl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'audio/fmopl.h') diff --git a/audio/fmopl.h b/audio/fmopl.h index fbce36f077..b88325a52e 100644 --- a/audio/fmopl.h +++ b/audio/fmopl.h @@ -23,7 +23,10 @@ #define SOUND_FMOPL_H #include "common/scummsys.h" -#include "common/str.h" + +namespace Common { +class String; +} namespace OPL { -- cgit v1.2.3