diff options
author | Marcus Comstedt | 2003-08-20 20:03:50 +0000 |
---|---|---|
committer | Marcus Comstedt | 2003-08-20 20:03:50 +0000 |
commit | 470fd270099409ffbb075f9b82a9c8a4edda5f48 (patch) | |
tree | ecb0ad774039bc0e2d1030b863de6db3801f6d3e /backends | |
parent | 875decf54433bca478bc017bf53498dad0027a98 (diff) | |
download | scummvm-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')
-rw-r--r-- | backends/dc/dc-fs.cpp | 1 |
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> |