aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorMarcus Comstedt2003-11-03 22:28:37 +0000
committerMarcus Comstedt2003-11-03 22:28:37 +0000
commitef5e193d5993db3a807580f473ea25128b09b7d8 (patch)
tree602172667a9aeb31179a4e2026d7911da71fb1dc /sky
parentcaead57eb300c7e9cceabd17213426ac1e36c3d4 (diff)
downloadscummvm-rg350-ef5e193d5993db3a807580f473ea25128b09b7d8.tar.gz
scummvm-rg350-ef5e193d5993db3a807580f473ea25128b09b7d8.tar.bz2
scummvm-rg350-ef5e193d5993db3a807580f473ea25128b09b7d8.zip
stdafx.h needs to be included first.
svn-id: r11117
Diffstat (limited to 'sky')
-rw-r--r--sky/autoroute.cpp1
-rw-r--r--sky/music/adlibchannel.cpp1
2 files changed, 2 insertions, 0 deletions
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"