diff options
author | D G Turner | 2011-05-30 04:37:50 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2015-12-27 15:39:52 +0100 |
commit | af656f220a9fb9a2e294342732b0de54a73449e3 (patch) | |
tree | ba7de427055849fda45eb2b39d3b6c38f8c8c36b /engines/wage | |
parent | 691e9134c4a42368415147f689313076ed8ea255 (diff) | |
download | scummvm-rg350-af656f220a9fb9a2e294342732b0de54a73449e3.tar.gz scummvm-rg350-af656f220a9fb9a2e294342732b0de54a73449e3.tar.bz2 scummvm-rg350-af656f220a9fb9a2e294342732b0de54a73449e3.zip |
WAGE: Add Missing Headers For World Class.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
Diffstat (limited to 'engines/wage')
-rw-r--r-- | engines/wage/world.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/wage/world.cpp b/engines/wage/world.cpp index c8ed238be0..c78a58d83b 100644 --- a/engines/wage/world.cpp +++ b/engines/wage/world.cpp @@ -49,12 +49,13 @@ */ #include "wage/wage.h" -#include "common/macresman.h" #include "wage/entities.h" #include "wage/script.h" #include "wage/world.h" -#include "common/stream.h" +#include "common/file.h" +#include "common/macresman.h" +#include "common/memstream.h" namespace Wage { |