From a5001323a333a00a0bc66c571803dd468c939095 Mon Sep 17 00:00:00 2001 From: Oliver Kiehl Date: Fri, 25 Apr 2003 15:37:52 +0000 Subject: [PATCH] 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(+) diff --git a/sky/compact.cpp b/sky/compact.cpp index 4707332f051..b0f027468e4 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 70b59517580..3caec144c68 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 1c399299129..b01e0488f93 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"