From aaa6823cb0df1e72fa92fcdc03770739671b45a6 Mon Sep 17 00:00:00 2001 From: stephena Date: Mon, 23 Aug 2010 18:29:48 +0000 Subject: [PATCH] Compile error caused by missing include fixed. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2116 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- src/common/bspf.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/bspf.hxx b/src/common/bspf.hxx index 137a3a475..4cbd758df 100644 --- a/src/common/bspf.hxx +++ b/src/common/bspf.hxx @@ -67,6 +67,7 @@ #include #include #include +#include #include using namespace std;