From 38e56406f47ee1322464e67b8fea8822856af61b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 21 Mar 2012 18:01:02 -0700 Subject: [PATCH] Add a missing include --- src/codec_fluidsynth.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/codec_fluidsynth.cpp b/src/codec_fluidsynth.cpp index a5885e0..bfeb9dc 100644 --- a/src/codec_fluidsynth.cpp +++ b/src/codec_fluidsynth.cpp @@ -29,6 +29,8 @@ #include #ifdef _WIN32 #include +#else +#include #endif #include -- 2.11.4.GIT