aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.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/simon.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/simon.cpp')
-rw-r--r--simon/simon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 67f2073f51..46aea603bc 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -24,6 +24,7 @@
#include "simon/intern.h"
#include "simon/vga.h"
#include "sound/mididrv.h"
+#include "common/file.h"
#include "common/gameDetector.h"
#include <errno.h>
#include <time.h>