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

Fixed incorrect #include guard in juce_audio_devices header

This commit is contained in:
tpoole 2017-04-20 12:41:35 +01:00
parent 84beded220
commit 52bbaa2a1c

View file

@ -62,7 +62,7 @@
#include <juce_events/juce_events.h>
#include <juce_audio_basics/juce_audio_basics.h>
#if JUCE_MODULE_AVAILABLE_juce_graphics
#if JUCE_MODULE_AVAILABLE_juce_gui_extra
#include <juce_gui_extra/juce_gui_extra.h>
#endif