Wrap include in feature macro

This commit is contained in:
Jonas Kulla 2014-08-28 11:27:36 +02:00
parent 7bcc31fb53
commit 20081cb07e
1 changed files with 3 additions and 0 deletions

View File

@ -24,7 +24,10 @@
#include "audiostream.h"
#include "soundemitter.h"
#include "sharedstate.h"
#ifdef MIDI
#include "sharedmidistate.h"
#endif
#include <string>