aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent')
-rw-r--r--engines/teenagent/inventory.cpp2
-rw-r--r--engines/teenagent/objects.cpp2
-rw-r--r--engines/teenagent/pack.cpp2
3 files changed, 4 insertions, 2 deletions
diff --git a/engines/teenagent/inventory.cpp b/engines/teenagent/inventory.cpp
index 47267dabf0..16a5f20ee6 100644
--- a/engines/teenagent/inventory.cpp
+++ b/engines/teenagent/inventory.cpp
@@ -22,7 +22,7 @@
* $Id$
*/
-#include "common/stream.h"
+#include "common/memstream.h"
#include "common/ptr.h"
#include "teenagent/inventory.h"
diff --git a/engines/teenagent/objects.cpp b/engines/teenagent/objects.cpp
index f8df4fee77..e6442d3809 100644
--- a/engines/teenagent/objects.cpp
+++ b/engines/teenagent/objects.cpp
@@ -23,7 +23,7 @@
*/
#include "common/debug.h"
-#include "common/stream.h"
+#include "common/memstream.h"
#include "teenagent/objects.h"
#include "teenagent/resources.h"
diff --git a/engines/teenagent/pack.cpp b/engines/teenagent/pack.cpp
index e3b7a33960..8584e05807 100644
--- a/engines/teenagent/pack.cpp
+++ b/engines/teenagent/pack.cpp
@@ -25,6 +25,8 @@
#include "teenagent/pack.h"
#include "common/util.h"
#include "common/debug.h"
+#include "common/memstream.h"
+#include "common/substream.h"
namespace TeenAgent {