aboutsummaryrefslogtreecommitdiff
path: root/simon/midi.cpp
diff options
context:
space:
mode:
authorMax Horn2002-11-10 15:24:17 +0000
committerMax Horn2002-11-10 15:24:17 +0000
commit0b3e4323f004976159ffd569caf12c71966cba58 (patch)
treeee4d656d3d4be9fbcc118e1cbaa3f1793479e315 /simon/midi.cpp
parentc772fff655c7e34fa5a3460e3c7121b9cef7fa09 (diff)
downloadscummvm-rg350-0b3e4323f004976159ffd569caf12c71966cba58.tar.gz
scummvm-rg350-0b3e4323f004976159ffd569caf12c71966cba58.tar.bz2
scummvm-rg350-0b3e4323f004976159ffd569caf12c71966cba58.zip
if possible, always #include headers in the source files, not in other headers
svn-id: r5495
Diffstat (limited to 'simon/midi.cpp')
-rw-r--r--simon/midi.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/midi.cpp b/simon/midi.cpp
index c43da45af2..5282a7fbf1 100644
--- a/simon/midi.cpp
+++ b/simon/midi.cpp
@@ -23,6 +23,7 @@
#include "stdafx.h"
#include "scummsys.h"
#include "common/system.h"
+#include "common/file.h"
#include "sound/mididrv.h"
#include "sound/mixer.h"
#include "simon/simon.h"