diff options
author | Willem Jan Palenstijn | 2010-06-26 15:55:53 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2010-06-26 15:55:53 +0000 |
commit | 0eb128ee471159cab8e8e4658bcbe98fa0a6b3ad (patch) | |
tree | a0b4504f21d6e4f2165b7378e1903929f271f7f4 /sound | |
parent | 691323f16e9661b50e0178046bd3b423bb79dc22 (diff) | |
download | scummvm-rg350-0eb128ee471159cab8e8e4658bcbe98fa0a6b3ad.tar.gz scummvm-rg350-0eb128ee471159cab8e8e4658bcbe98fa0a6b3ad.tar.bz2 scummvm-rg350-0eb128ee471159cab8e8e4658bcbe98fa0a6b3ad.zip |
Add missing include for translations
svn-id: r50326
Diffstat (limited to 'sound')
-rw-r--r-- | sound/fmopl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp index dea8c5429b..16dc3986d6 100644 --- a/sound/fmopl.cpp +++ b/sound/fmopl.cpp @@ -28,6 +28,7 @@ #include "sound/softsynth/opl/mame.h" #include "common/config-manager.h" +#include "common/translation.h" namespace OPL { |