1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed an iOS compile bug

This commit is contained in:
jules 2016-02-08 17:21:52 +00:00
parent 82c4938ebe
commit cda1e4f518

View file

@ -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