aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
diff options
context:
space:
mode:
authorMax Horn2010-02-17 23:38:43 +0000
committerMax Horn2010-02-17 23:38:43 +0000
commitee1110a114d8e6f889474374943ff0bce701a9ff (patch)
tree2d28887cb8ea0b75be3bb9b7d45e95984d7fdc97 /engines/sci/detection.cpp
parent86e34c34643ddd3920025c3423ece4e1c3aaeda1 (diff)
downloadscummvm-rg350-ee1110a114d8e6f889474374943ff0bce701a9ff.tar.gz
scummvm-rg350-ee1110a114d8e6f889474374943ff0bce701a9ff.tar.bz2
scummvm-rg350-ee1110a114d8e6f889474374943ff0bce701a9ff.zip
SCI: Reduce header interdependencies
svn-id: r48086
Diffstat (limited to 'engines/sci/detection.cpp')
-rw-r--r--engines/sci/detection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index 768f514804..b36c183895 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -25,6 +25,7 @@
#include "engines/advancedDetector.h"
#include "base/plugins.h"
+#include "common/file.h"
#include "common/savefile.h"
#include "common/system.h"
#include "graphics/thumbnail.h"