From cfba3449b4ad0a65b0408080501891b633669abd Mon Sep 17 00:00:00 2001 From: stephena Date: Tue, 9 Jun 2009 21:39:27 +0000 Subject: [PATCH] Minor fix for compilation in MinGW. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1766 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- src/emucore/PropsSet.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emucore/PropsSet.hxx b/src/emucore/PropsSet.hxx index 71d2cb16f..69d16c5fd 100644 --- a/src/emucore/PropsSet.hxx +++ b/src/emucore/PropsSet.hxx @@ -22,9 +22,9 @@ #include #include "bspf.hxx" +#include "Props.hxx" class OSystem; -class Properties; /** This class maintains an ordered collection of properties, maintained