aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorMarcus Comstedt2003-08-10 20:57:41 +0000
committerMarcus Comstedt2003-08-10 20:57:41 +0000
commit8f88764ef04151ad9f3c8709475027269e8efa31 (patch)
tree52486c16ae95ea1ee8c17be530ef01fb4d80f8a4 /simon
parent2ed0eee7115fc749a2cfeb7d722a4817525bbc50 (diff)
downloadscummvm-rg350-8f88764ef04151ad9f3c8709475027269e8efa31.tar.gz
scummvm-rg350-8f88764ef04151ad9f3c8709475027269e8efa31.tar.bz2
scummvm-rg350-8f88764ef04151ad9f3c8709475027269e8efa31.zip
stdafx.h needs to be included before scummsys.h because of the #define of free.
svn-id: r9628
Diffstat (limited to 'simon')
-rw-r--r--simon/midiparser_s1d.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/midiparser_s1d.cpp b/simon/midiparser_s1d.cpp
index 56051912e8..a8ac5ae603 100644
--- a/simon/midiparser_s1d.cpp
+++ b/simon/midiparser_s1d.cpp
@@ -19,6 +19,7 @@
*
*/
+#include "stdafx.h"
#include "sound/midiparser.h"
#include "sound/mididrv.h"
#include "common/util.h"