diff options
author | Marcus Comstedt | 2003-11-03 22:28:37 +0000 |
---|---|---|
committer | Marcus Comstedt | 2003-11-03 22:28:37 +0000 |
commit | ef5e193d5993db3a807580f473ea25128b09b7d8 (patch) | |
tree | 602172667a9aeb31179a4e2026d7911da71fb1dc /backends/midi | |
parent | caead57eb300c7e9cceabd17213426ac1e36c3d4 (diff) | |
download | scummvm-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 'backends/midi')
-rw-r--r-- | backends/midi/ym2612.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/midi/ym2612.cpp b/backends/midi/ym2612.cpp index f90c330aba..1e1b4ce2e4 100644 --- a/backends/midi/ym2612.cpp +++ b/backends/midi/ym2612.cpp @@ -22,6 +22,7 @@ * $Header$ */ +#include "stdafx.h" #include "common/util.h" #include "sound/mididrv.h" #include "sound/mixer.h" |