diff options
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 { |