diff options
| author | Max Horn | 2008-10-23 07:59:10 +0000 |
|---|---|---|
| committer | Max Horn | 2008-10-23 07:59:10 +0000 |
| commit | d3872061752cfdb59e6ed99a656a49eb8249843f (patch) | |
| tree | 26dd747a04780362d24763c86210b6c181bfbf98 /engines/scumm/he | |
| parent | de8dedf3c318ad582d15f8069c83c74ca6e70db9 (diff) | |
| download | scummvm-rg350-d3872061752cfdb59e6ed99a656a49eb8249843f.tar.gz scummvm-rg350-d3872061752cfdb59e6ed99a656a49eb8249843f.tar.bz2 scummvm-rg350-d3872061752cfdb59e6ed99a656a49eb8249843f.zip | |
Pushed down some header deps
svn-id: r34845
Diffstat (limited to 'engines/scumm/he')
| -rw-r--r-- | engines/scumm/he/resource_he.cpp | 1 | ||||
| -rw-r--r-- | engines/scumm/he/script_v60he.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/he/resource_he.cpp b/engines/scumm/he/resource_he.cpp index a26d6fb72e..d7cd672a52 100644 --- a/engines/scumm/he/resource_he.cpp +++ b/engines/scumm/he/resource_he.cpp @@ -34,6 +34,7 @@ #include "sound/wave.h" #include "graphics/cursorman.h" +#include "common/archive.h" #include "common/stream.h" #include "common/system.h" diff --git a/engines/scumm/he/script_v60he.cpp b/engines/scumm/he/script_v60he.cpp index afe9f6b70b..1e9581f9c2 100644 --- a/engines/scumm/he/script_v60he.cpp +++ b/engines/scumm/he/script_v60he.cpp @@ -23,6 +23,7 @@ * */ +#include "common/archive.h" #include "common/savefile.h" #include "scumm/actor.h" |
