mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
iOS: Fixed a header inclusion error
This commit is contained in:
parent
f454b97e56
commit
f3c224bf26
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@
|
|||
#include <juce_events/juce_events.h>
|
||||
#include <juce_audio_basics/juce_audio_basics.h>
|
||||
|
||||
#if JUCE_MODULE_AVAILABLE_juce_gui_extra
|
||||
#include <juce_gui_extra/juce_gui_extra.h>
|
||||
#if JUCE_MODULE_AVAILABLE_juce_graphics
|
||||
#include <juce_graphics/juce_graphics.h>
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue