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:
parent
8ee55994fa
commit
9fd0e53d3c
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@
|
|||
|
||||
#if JUCE_PLUGINHOST_AU && (JUCE_MAC || JUCE_IOS)
|
||||
#include <AudioUnit/AudioUnit.h>
|
||||
#include <map>
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue