aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
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"