diff options
author | Max Horn | 2008-12-25 20:40:00 +0000 |
---|---|---|
committer | Max Horn | 2008-12-25 20:40:00 +0000 |
commit | df20d264fd300a26b15f46dfdfc2d9aa94810d5f (patch) | |
tree | d120a9d976d5863c60509f2119887238b431c0b5 /engines/saga | |
parent | f4fc0a9176d7f0ecfe68989d60a9d5ee0a29a120 (diff) | |
download | scummvm-rg350-df20d264fd300a26b15f46dfdfc2d9aa94810d5f.tar.gz scummvm-rg350-df20d264fd300a26b15f46dfdfc2d9aa94810d5f.tar.bz2 scummvm-rg350-df20d264fd300a26b15f46dfdfc2d9aa94810d5f.zip |
Pushing down some header deps (on common/system.h, mostly)
svn-id: r35542
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/introproc_ihnm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/saga/introproc_ihnm.cpp b/engines/saga/introproc_ihnm.cpp index 1cd1079d83..0b4ef6eb6a 100644 --- a/engines/saga/introproc_ihnm.cpp +++ b/engines/saga/introproc_ihnm.cpp @@ -39,6 +39,7 @@ #include "saga/scene.h" #include "common/events.h" +#include "common/system.h" namespace Saga { |