aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sky/compact.cpp1
-rw-r--r--sky/debug.cpp1
-rw-r--r--sky/logic.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/sky/compact.cpp b/sky/compact.cpp
index 4707332f05..b0f027468e 100644
--- a/sky/compact.cpp
+++ b/sky/compact.cpp
@@ -19,6 +19,7 @@
*
*/
+#include "stdafx.h"
#include "sky/compact.h"
#include "sky/compacts/0compact.h"
diff --git a/sky/debug.cpp b/sky/debug.cpp
index 70b5951758..3caec144c6 100644
--- a/sky/debug.cpp
+++ b/sky/debug.cpp
@@ -19,6 +19,7 @@
*
*/
+#include "stdafx.h"
#include "sky/debug.h"
static const char *section_0_compacts[] = {
diff --git a/sky/logic.cpp b/sky/logic.cpp
index 1c39929912..b01e0488f9 100644
--- a/sky/logic.cpp
+++ b/sky/logic.cpp
@@ -19,6 +19,7 @@
*
*/
+#include "stdafx.h"
#include "sky/logic.h"
#include "sky/debug.h"
#include "sky/compact.h"