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:
parent
84beded220
commit
52bbaa2a1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue