aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2006-10-22 01:05:14 +0000
committerTravis Howell2006-10-22 01:05:14 +0000
commit872a708c4ea66a6e9963ec059b62b94d9b6bee71 (patch)
tree884890321e811593511ba0bb84c358f5a17a5149 /engines
parent91f7477d74f7067bd51dedd3bc3bbd9bc22ce243 (diff)
downloadscummvm-rg350-872a708c4ea66a6e9963ec059b62b94d9b6bee71.tar.gz
scummvm-rg350-872a708c4ea66a6e9963ec059b62b94d9b6bee71.tar.bz2
scummvm-rg350-872a708c4ea66a6e9963ec059b62b94d9b6bee71.zip
Add system includes
svn-id: r24428
Diffstat (limited to 'engines')
-rw-r--r--engines/agos/script_pp.cpp2
-rw-r--r--engines/agos/script_s1.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/engines/agos/script_pp.cpp b/engines/agos/script_pp.cpp
index e5b8e068f7..ca8e8a64a1 100644
--- a/engines/agos/script_pp.cpp
+++ b/engines/agos/script_pp.cpp
@@ -23,6 +23,8 @@
#include "common/stdafx.h"
+#include "common/system.h"
+
#include "agos/agos.h"
namespace AGOS {
diff --git a/engines/agos/script_s1.cpp b/engines/agos/script_s1.cpp
index 61017586f8..ea45b0f497 100644
--- a/engines/agos/script_s1.cpp
+++ b/engines/agos/script_s1.cpp
@@ -23,6 +23,8 @@
#include "common/stdafx.h"
+#include "common/system.h"
+
#include "agos/agos.h"
namespace AGOS {