From 32ffb30cb07605ec82baca1390710447253a179e Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Fri, 25 Mar 2005 09:06:46 +0000 Subject: [PATCH] keep it compiling Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2149 --- src/dos/drive_iso.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dos/drive_iso.cpp b/src/dos/drive_iso.cpp index 72d07fc0..7cfbb0b1 100644 --- a/src/dos/drive_iso.cpp +++ b/src/dos/drive_iso.cpp @@ -16,13 +16,14 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: drive_iso.cpp,v 1.6 2005-03-16 20:44:56 qbix79 Exp $ */ +/* $Id: drive_iso.cpp,v 1.7 2005-03-25 09:06:46 qbix79 Exp $ */ #include #include #include "cdrom.h" #include "dosbox.h" #include "dos_system.h" +#include "support.h" #include "drives.h" using namespace std;