diff options
Diffstat (limited to 'simon/midi.cpp')
-rw-r--r-- | simon/midi.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/simon/midi.cpp b/simon/midi.cpp index d48a03eb48..a83ed65707 100644 --- a/simon/midi.cpp +++ b/simon/midi.cpp @@ -23,7 +23,8 @@ #include "stdafx.h" #include "scummsys.h" #include "system.h" -#include "gmidi.h" +#include "mididrv.h" +#include "mixer.h" #include "simon.h" void MidiPlayer::read_from_file(void *dst, uint size) { |