From cda1e4f5181f0dde765d3da52065b1d50e88ff30 Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 8 Feb 2016 17:21:52 +0000 Subject: [PATCH] Fixed an iOS compile bug --- modules/juce_graphics/juce_graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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