From 1e54741e616ca3a8a22d85bb86de432afe057016 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 22 Aug 2004 18:48:31 +0000 Subject: [PATCH] Added some includes for stat Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1907 --- src/dos/cdrom.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/dos/cdrom.cpp b/src/dos/cdrom.cpp index ecad2179..96633136 100644 --- a/src/dos/cdrom.cpp +++ b/src/dos/cdrom.cpp @@ -21,7 +21,11 @@ // SDL CDROM // ****************************************************** +#include #include +#include +#include +#include "dosbox.h" #include "SDL.h" #include "support.h" #include "cdrom.h"