aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/agi/wagparser.cpp1
-rw-r--r--engines/scumm/he/resource_he.cpp1
-rw-r--r--engines/scumm/he/script_v60he.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/engines/agi/wagparser.cpp b/engines/agi/wagparser.cpp
index ea3893d957..adf5a0a6cf 100644
--- a/engines/agi/wagparser.cpp
+++ b/engines/agi/wagparser.cpp
@@ -25,6 +25,7 @@
#include "common/file.h"
#include "common/util.h"
+#include "common/fs.h"
#include "agi/wagparser.h"
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"