From 6919e4ec917db288428cd51afeb76bd01f5ed000 Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 10 Jul 2012 15:32:53 +0100 Subject: [PATCH] AudioUnit: moved an include to help with 64-bit compiling. --- .../format_types/juce_AudioUnitPluginFormat.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm b/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm index 07ed628e65..c834357663 100644 --- a/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm +++ b/modules/juce_audio_processors/format_types/juce_AudioUnitPluginFormat.mm @@ -30,9 +30,9 @@ #include #include #include +#include #if JUCE_SUPPORT_CARBON - #include #include #endif