aboutsummaryrefslogtreecommitdiff
path: root/backends/dc
diff options
context:
space:
mode:
authorMarcus Comstedt2003-08-20 20:03:50 +0000
committerMarcus Comstedt2003-08-20 20:03:50 +0000
commit470fd270099409ffbb075f9b82a9c8a4edda5f48 (patch)
treeecb0ad774039bc0e2d1030b863de6db3801f6d3e /backends/dc
parent875decf54433bca478bc017bf53498dad0027a98 (diff)
downloadscummvm-rg350-470fd270099409ffbb075f9b82a9c8a4edda5f48.tar.gz
scummvm-rg350-470fd270099409ffbb075f9b82a9c8a4edda5f48.tar.bz2
scummvm-rg350-470fd270099409ffbb075f9b82a9c8a4edda5f48.zip
Need explicit include of stdafx because of free_check kluge...
svn-id: r9803
Diffstat (limited to 'backends/dc')
-rw-r--r--backends/dc/dc-fs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/dc/dc-fs.cpp b/backends/dc/dc-fs.cpp
index 99ff500236..85e6de899b 100644
--- a/backends/dc/dc-fs.cpp
+++ b/backends/dc/dc-fs.cpp
@@ -18,6 +18,7 @@
* $Header$
*/
+#include <common/stdafx.h>
#include <backends/fs/fs.h>
#include <common/engine.h>