diff options
author | dhewg | 2011-04-28 20:07:37 +0200 |
---|---|---|
committer | dhewg | 2011-04-28 20:08:52 +0200 |
commit | a05e2b0f435f0f874b63d7c3aa22e0482bdb8772 (patch) | |
tree | 5ea83e8f7e284a392f2321b9c7f61674d7ee7c93 /audio/softsynth | |
parent | bf159468164076282bf0f59b7d8f16a23c98cfc2 (diff) | |
download | scummvm-rg350-a05e2b0f435f0f874b63d7c3aa22e0482bdb8772.tar.gz scummvm-rg350-a05e2b0f435f0f874b63d7c3aa22e0482bdb8772.tar.bz2 scummvm-rg350-a05e2b0f435f0f874b63d7c3aa22e0482bdb8772.zip |
ANDROID: Fix compilation harder
Diffstat (limited to 'audio/softsynth')
-rw-r--r-- | audio/softsynth/eas.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/softsynth/eas.cpp b/audio/softsynth/eas.cpp index 0339492f5d..7d17655d20 100644 --- a/audio/softsynth/eas.cpp +++ b/audio/softsynth/eas.cpp @@ -30,8 +30,11 @@ #include "common/debug.h" #include "common/endian.h" +#include "common/textconsole.h" +#include "common/error.h" #include "common/file.h" #include "common/config-manager.h" +#include "common/system.h" #include "audio/audiostream.h" #include "audio/mpu401.h" #include "audio/musicplugin.h" |