From 20081cb07e26da913866d190d342d3d907a1d1cc Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Thu, 28 Aug 2014 11:27:36 +0200 Subject: [PATCH] Wrap include in feature macro --- src/audio.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/audio.cpp b/src/audio.cpp index c1b171b..793c447 100644 --- a/src/audio.cpp +++ b/src/audio.cpp @@ -24,7 +24,10 @@ #include "audiostream.h" #include "soundemitter.h" #include "sharedstate.h" + +#ifdef MIDI #include "sharedmidistate.h" +#endif #include