1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

juce_dsp: Move include of juce_audio_formats to .cpp

This commit is contained in:
reuk 2024-11-04 13:42:15 +00:00
parent a7e9edb2e9
commit 8e086c7f05
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
2 changed files with 2 additions and 1 deletions

View file

@ -43,6 +43,8 @@
#include "juce_dsp.h"
#include <juce_audio_formats/juce_audio_formats.h>
#ifndef JUCE_USE_VDSP_FRAMEWORK
#define JUCE_USE_VDSP_FRAMEWORK 1
#endif

View file

@ -65,7 +65,6 @@
#define JUCE_DSP_H_INCLUDED
#include <juce_audio_basics/juce_audio_basics.h>
#include <juce_audio_formats/juce_audio_formats.h>
#if JUCE_INTEL