From efab9a09c9e8b4e878d009fc812fbe61c13c98fd Mon Sep 17 00:00:00 2001 From: flameeyes Date: Mon, 19 Nov 2007 19:32:11 +0000 Subject: [PATCH] Add missing include (for GCC 4.3). Patch by Ryan Hill (dirtyepic at gentoo). Patch #6271 at Savannah. --- include/cdio++/iso9660.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/cdio++/iso9660.hpp b/include/cdio++/iso9660.hpp index 6c373670..72881be4 100644 --- a/include/cdio++/iso9660.hpp +++ b/include/cdio++/iso9660.hpp @@ -1,5 +1,5 @@ /* -*- C++ -*- - $Id: iso9660.hpp,v 1.9 2006/03/07 20:54:22 rocky Exp $ + $Id: iso9660.hpp,v 1.10 2007/11/19 19:32:11 flameeyes Exp $ Copyright (C) 2006 Rocky Bernstein @@ -30,6 +30,7 @@ #include #include #include +#include #include // vector class library using namespace std;