aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMarcus Comstedt2003-11-03 22:28:37 +0000
committerMarcus Comstedt2003-11-03 22:28:37 +0000
commitef5e193d5993db3a807580f473ea25128b09b7d8 (patch)
tree602172667a9aeb31179a4e2026d7911da71fb1dc /common
parentcaead57eb300c7e9cceabd17213426ac1e36c3d4 (diff)
downloadscummvm-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 'common')
-rw-r--r--common/config-manager.cpp2
-rw-r--r--common/savefile.cpp1
-rw-r--r--common/system.cpp2
3 files changed, 5 insertions, 0 deletions
diff --git a/common/config-manager.cpp b/common/config-manager.cpp
index 49f221a17e..2ee1c20ced 100644
--- a/common/config-manager.cpp
+++ b/common/config-manager.cpp
@@ -20,6 +20,8 @@
*
*/
+#include "stdafx.h"
+
#include "common/config-manager.h"
#if defined(UNIX)
diff --git a/common/savefile.cpp b/common/savefile.cpp
index 8369301fe0..e6ad04d0e6 100644
--- a/common/savefile.cpp
+++ b/common/savefile.cpp
@@ -19,6 +19,7 @@
*
*/
+#include "stdafx.h"
#include "common/util.h"
#include "common/savefile.h"
diff --git a/common/system.cpp b/common/system.cpp
index 842e2e1f73..feeef61763 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -20,6 +20,8 @@
*
*/
+#include "stdafx.h"
+
#include "backends/intern.h"
#include "base/gameDetector.h"