From ef5e193d5993db3a807580f473ea25128b09b7d8 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Mon, 3 Nov 2003 22:28:37 +0000 Subject: stdafx.h needs to be included first. svn-id: r11117 --- sky/autoroute.cpp | 1 + sky/music/adlibchannel.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'sky') diff --git a/sky/autoroute.cpp b/sky/autoroute.cpp index 278d1278ca..b7784f7987 100644 --- a/sky/autoroute.cpp +++ b/sky/autoroute.cpp @@ -19,6 +19,7 @@ * */ +#include "stdafx.h" #include "common/util.h" #include "sky/autoroute.h" #include "sky/compact.h" diff --git a/sky/music/adlibchannel.cpp b/sky/music/adlibchannel.cpp index 4e68c4458f..df789991bd 100644 --- a/sky/music/adlibchannel.cpp +++ b/sky/music/adlibchannel.cpp @@ -19,6 +19,7 @@ * */ +#include "stdafx.h" #include "common/util.h" #include "sky/music/adlibchannel.h" #include "sky/sky.h" -- cgit v1.2.3