aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/ym2612.cpp
diff options
context:
space:
mode:
authorMarcus Comstedt2003-11-03 22:28:37 +0000
committerMarcus Comstedt2003-11-03 22:28:37 +0000
commitef5e193d5993db3a807580f473ea25128b09b7d8 (patch)
tree602172667a9aeb31179a4e2026d7911da71fb1dc /backends/midi/ym2612.cpp
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 'backends/midi/ym2612.cpp')
-rw-r--r--backends/midi/ym2612.cpp1
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"