aboutsummaryrefslogtreecommitdiff
path: root/audio/fmopl.h
diff options
context:
space:
mode:
authorMax Horn2011-05-21 19:03:22 +0200
committerMax Horn2011-05-23 12:13:01 +0200
commite7c642b010c47d2520d21ea5b3c041d861bc1532 (patch)
tree04badc3a307aa66fffe49dc79b13e12164e8cdae /audio/fmopl.h
parentf1a7ec711772d5582fc06c7f8209b406e5fb3717 (diff)
downloadscummvm-rg350-e7c642b010c47d2520d21ea5b3c041d861bc1532.tar.gz
scummvm-rg350-e7c642b010c47d2520d21ea5b3c041d861bc1532.tar.bz2
scummvm-rg350-e7c642b010c47d2520d21ea5b3c041d861bc1532.zip
AUDIO: Explicitly instantiate & name RandomSource used by MAME OPL
Diffstat (limited to 'audio/fmopl.h')
-rw-r--r--audio/fmopl.h5
1 files changed, 4 insertions, 1 deletions
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 {