From 7e1c32a99c8aff3b4e65d01b11e883a1b7c7f02c Mon Sep 17 00:00:00 2001 From: fgenesis Date: Wed, 27 Jun 2012 22:15:55 +0200 Subject: [PATCH] gcc 4.7 again... thx Red Skull --- BBGE/SoundManager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BBGE/SoundManager.cpp b/BBGE/SoundManager.cpp index b5a5ae8..e35c419 100644 --- a/BBGE/SoundManager.cpp +++ b/BBGE/SoundManager.cpp @@ -18,8 +18,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "SoundManager.h" + #include "Core.h" +#include "SoundManager.h" #include "Base.h" #include "PackRead.h"