From 277ff5b99e40f74a75ed681f878df865d2e4cf2b Mon Sep 17 00:00:00 2001 From: Wong Cho Ching Date: Wed, 29 Jan 2014 23:51:35 +0800 Subject: [PATCH] fix strict compiler error --- plugins/sfxr/sfxr.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/sfxr/sfxr.cpp b/plugins/sfxr/sfxr.cpp index 66740bca2..46de46a32 100644 --- a/plugins/sfxr/sfxr.cpp +++ b/plugins/sfxr/sfxr.cpp @@ -48,7 +48,8 @@ float frnd(float range) #include "templates.h" #include "tooltip.h" #include "song.h" -#include "midi.h" +class midiEvent; +class midiTime; #include "embed.cpp"