From 5b759625118bf341d69091e1067cd8a2378b593a Mon Sep 17 00:00:00 2001 From: stephena Date: Mon, 25 Aug 2008 23:22:22 +0000 Subject: [PATCH] Fixed some missing includes as reported by M. Lanctot. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1550 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/emucore/Cart3E.cxx | 3 ++- stella/src/emucore/CartCV.cxx | 3 ++- stella/src/emucore/CartE7.cxx | 3 ++- stella/src/emucore/CartF4SC.cxx | 3 ++- stella/src/emucore/CartF6SC.cxx | 3 ++- stella/src/emucore/CartF8SC.cxx | 3 ++- stella/src/emucore/CartFASC.cxx | 3 ++- stella/src/emucore/CartMC.cxx | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) diff --git a/stella/src/emucore/Cart3E.cxx b/stella/src/emucore/Cart3E.cxx index 23ef2e1dc..810a4d225 100644 --- a/stella/src/emucore/Cart3E.cxx +++ b/stella/src/emucore/Cart3E.cxx @@ -13,10 +13,11 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Cart3E.cxx,v 1.16 2008-08-01 12:15:58 stephena Exp $ +// $Id: Cart3E.cxx,v 1.17 2008-08-25 23:22:22 stephena Exp $ //============================================================================ #include +#include #include "Random.hxx" #include "System.hxx" diff --git a/stella/src/emucore/CartCV.cxx b/stella/src/emucore/CartCV.cxx index e272870db..17325bb8f 100644 --- a/stella/src/emucore/CartCV.cxx +++ b/stella/src/emucore/CartCV.cxx @@ -13,10 +13,11 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartCV.cxx,v 1.17 2008-08-01 12:15:58 stephena Exp $ +// $Id: CartCV.cxx,v 1.18 2008-08-25 23:22:22 stephena Exp $ //============================================================================ #include +#include #include "Random.hxx" #include "System.hxx" diff --git a/stella/src/emucore/CartE7.cxx b/stella/src/emucore/CartE7.cxx index 6b29300f2..21f46f2bb 100644 --- a/stella/src/emucore/CartE7.cxx +++ b/stella/src/emucore/CartE7.cxx @@ -13,10 +13,11 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartE7.cxx,v 1.20 2008-08-01 12:15:58 stephena Exp $ +// $Id: CartE7.cxx,v 1.21 2008-08-25 23:22:22 stephena Exp $ //============================================================================ #include +#include #include "Random.hxx" #include "System.hxx" diff --git a/stella/src/emucore/CartF4SC.cxx b/stella/src/emucore/CartF4SC.cxx index 38f138369..4774decf6 100644 --- a/stella/src/emucore/CartF4SC.cxx +++ b/stella/src/emucore/CartF4SC.cxx @@ -13,10 +13,11 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartF4SC.cxx,v 1.18 2008-08-01 12:15:58 stephena Exp $ +// $Id: CartF4SC.cxx,v 1.19 2008-08-25 23:22:22 stephena Exp $ //============================================================================ #include +#include #include "Random.hxx" #include "System.hxx" diff --git a/stella/src/emucore/CartF6SC.cxx b/stella/src/emucore/CartF6SC.cxx index 390cb556a..f963a7843 100644 --- a/stella/src/emucore/CartF6SC.cxx +++ b/stella/src/emucore/CartF6SC.cxx @@ -13,10 +13,11 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartF6SC.cxx,v 1.17 2008-08-01 12:15:58 stephena Exp $ +// $Id: CartF6SC.cxx,v 1.18 2008-08-25 23:22:22 stephena Exp $ //============================================================================ #include +#include #include "Random.hxx" #include "System.hxx" diff --git a/stella/src/emucore/CartF8SC.cxx b/stella/src/emucore/CartF8SC.cxx index 56964569a..cfe1fb135 100644 --- a/stella/src/emucore/CartF8SC.cxx +++ b/stella/src/emucore/CartF8SC.cxx @@ -13,10 +13,11 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartF8SC.cxx,v 1.17 2008-08-01 12:15:58 stephena Exp $ +// $Id: CartF8SC.cxx,v 1.18 2008-08-25 23:22:22 stephena Exp $ //============================================================================ #include +#include #include "Random.hxx" #include "System.hxx" diff --git a/stella/src/emucore/CartFASC.cxx b/stella/src/emucore/CartFASC.cxx index 413c86764..85b2aff5f 100644 --- a/stella/src/emucore/CartFASC.cxx +++ b/stella/src/emucore/CartFASC.cxx @@ -13,10 +13,11 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartFASC.cxx,v 1.17 2008-08-01 12:15:58 stephena Exp $ +// $Id: CartFASC.cxx,v 1.18 2008-08-25 23:22:22 stephena Exp $ //============================================================================ #include +#include #include "Random.hxx" #include "System.hxx" diff --git a/stella/src/emucore/CartMC.cxx b/stella/src/emucore/CartMC.cxx index f7ecf5dfd..08a196942 100644 --- a/stella/src/emucore/CartMC.cxx +++ b/stella/src/emucore/CartMC.cxx @@ -13,10 +13,11 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: CartMC.cxx,v 1.15 2008-08-01 12:15:58 stephena Exp $ +// $Id: CartMC.cxx,v 1.16 2008-08-25 23:22:22 stephena Exp $ //============================================================================ #include +#include #include "Random.hxx" #include "System.hxx"