From a5001323a333a00a0bc66c571803dd468c939095 Mon Sep 17 00:00:00 2001 From: Oliver Kiehl Date: Fri, 25 Apr 2003 15:37:52 +0000 Subject: added #include "stdafx.h" to some files svn-id: r7107 --- sky/compact.cpp | 1 + sky/debug.cpp | 1 + sky/logic.cpp | 1 + 3 files changed, 3 insertions(+) (limited to 'sky') 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" -- cgit v1.2.3