diff options
author | Marcus Comstedt | 2003-11-03 22:28:37 +0000 |
---|---|---|
committer | Marcus Comstedt | 2003-11-03 22:28:37 +0000 |
commit | ef5e193d5993db3a807580f473ea25128b09b7d8 (patch) | |
tree | 602172667a9aeb31179a4e2026d7911da71fb1dc /base | |
parent | caead57eb300c7e9cceabd17213426ac1e36c3d4 (diff) | |
download | scummvm-rg350-ef5e193d5993db3a807580f473ea25128b09b7d8.tar.gz scummvm-rg350-ef5e193d5993db3a807580f473ea25128b09b7d8.tar.bz2 scummvm-rg350-ef5e193d5993db3a807580f473ea25128b09b7d8.zip |
stdafx.h needs to be included first.
svn-id: r11117
Diffstat (limited to 'base')
-rw-r--r-- | base/plugins.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 0c9eb267b2..7a4d3ffba7 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -20,6 +20,7 @@ * */ +#include "stdafx.h" #include "backends/fs/fs.h" #include "base/gameDetector.h" #include "base/plugins.h" |