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"