1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00

Added a missing include needed for AU hosting

This commit is contained in:
jules 2018-09-21 15:08:05 +01:00
parent 8ee55994fa
commit 9fd0e53d3c

View file

@ -62,6 +62,7 @@
#if JUCE_PLUGINHOST_AU && (JUCE_MAC || JUCE_IOS)
#include <AudioUnit/AudioUnit.h>
#include <map>
#endif
//==============================================================================