From 0b3e4323f004976159ffd569caf12c71966cba58 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 10 Nov 2002 15:24:17 +0000 Subject: if possible, always #include headers in the source files, not in other headers svn-id: r5495 --- simon/simon.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'simon/simon.cpp') 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 #include -- cgit v1.2.3