diff --git a/modules/juce_graphics/juce_graphics.h b/modules/juce_graphics/juce_graphics.h index c6956d17bb..2177fe9d52 100644 --- a/modules/juce_graphics/juce_graphics.h +++ b/modules/juce_graphics/juce_graphics.h @@ -108,7 +108,7 @@ class LowLevelGraphicsContext; #include "effects/juce_DropShadowEffect.h" #include "effects/juce_GlowEffect.h" -#if JUCE_GRAPHICS_INCLUDE_COREGRAPHICS_HELPERS && JUCE_MAC +#if JUCE_GRAPHICS_INCLUDE_COREGRAPHICS_HELPERS && (JUCE_MAC || JUCE_IOS) #include "native/juce_mac_CoreGraphicsHelpers.h" #include "native/juce_mac_CoreGraphicsContext.h" #endif