aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi')
-rw-r--r--engines/agi/loader_v3.cpp2
-rw-r--r--engines/agi/sound.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/engines/agi/loader_v3.cpp b/engines/agi/loader_v3.cpp
index 3aea4656b2..cd97c44521 100644
--- a/engines/agi/loader_v3.cpp
+++ b/engines/agi/loader_v3.cpp
@@ -27,7 +27,7 @@
#include "agi/lzw.h"
#include "common/config-manager.h"
-//#include "common/fs.h"
+#include "common/fs.h"
namespace Agi {
diff --git a/engines/agi/sound.cpp b/engines/agi/sound.cpp
index f46c6dae17..ca5d42d981 100644
--- a/engines/agi/sound.cpp
+++ b/engines/agi/sound.cpp
@@ -25,6 +25,7 @@
#include "common/md5.h"
#include "common/config-manager.h"
+#include "common/fs.h"
#include "common/random.h"
#include "common/str-array.h"