[Scummvm-cvs-logs] scummvm master -> 8eefc1f986b29e37c8d66da5036f92943eebd613
dhewg
dhewg at wiibrew.org
Fri Mar 25 18:12:12 CET 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8eefc1f986 SAGA: Add missing include
Commit: 8eefc1f986b29e37c8d66da5036f92943eebd613
https://github.com/scummvm/scummvm/commit/8eefc1f986b29e37c8d66da5036f92943eebd613
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-03-25T10:10:40-07:00
Commit Message:
SAGA: Add missing include
Changed paths:
engines/saga/music.h
diff --git a/engines/saga/music.h b/engines/saga/music.h
index e67fbfb..29b6e8f 100644
--- a/engines/saga/music.h
+++ b/engines/saga/music.h
@@ -29,6 +29,7 @@
#define SAGA_MUSIC_H
#include "audio/midiplayer.h"
+#include "audio/midiparser.h"
#include "audio/mixer.h"
#include "audio/decoders/mp3.h"
#include "audio/decoders/vorbis.h"
More information about the Scummvm-git-logs
mailing list