diff options
author | Max Horn | 2009-03-06 18:11:12 +0000 |
---|---|---|
committer | Max Horn | 2009-03-06 18:11:12 +0000 |
commit | 54e1256b0e6d4fdab26ae820b49e3e2faaff6240 (patch) | |
tree | ca688d0744dd4c5bc3f4d7d352ae0ce941e14f9f /engines/sci/engine/scriptdebug.cpp | |
parent | 763275f2699f0718d45e7732efe25434161f0c7c (diff) | |
download | scummvm-rg350-54e1256b0e6d4fdab26ae820b49e3e2faaff6240.tar.gz scummvm-rg350-54e1256b0e6d4fdab26ae820b49e3e2faaff6240.tar.bz2 scummvm-rg350-54e1256b0e6d4fdab26ae820b49e3e2faaff6240.zip |
SCI: Reduce SFX header dependencies
svn-id: r39159
Diffstat (limited to 'engines/sci/engine/scriptdebug.cpp')
-rw-r--r-- | engines/sci/engine/scriptdebug.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/scriptdebug.cpp b/engines/sci/engine/scriptdebug.cpp index ea10978db2..596fc3e459 100644 --- a/engines/sci/engine/scriptdebug.cpp +++ b/engines/sci/engine/scriptdebug.cpp @@ -36,6 +36,7 @@ #include "sci/scicore/resource.h" #include "sci/scicore/sciconsole.h" #include "sci/scicore/vocabulary.h" +#include "sci/sfx/iterator.h" #include "sci/sfx/sci_midi.h" #include "common/util.h" |