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:
parent
a7e9edb2e9
commit
8e086c7f05
2 changed files with 2 additions and 1 deletions
|
|
@ -43,6 +43,8 @@
|
||||||
|
|
||||||
#include "juce_dsp.h"
|
#include "juce_dsp.h"
|
||||||
|
|
||||||
|
#include <juce_audio_formats/juce_audio_formats.h>
|
||||||
|
|
||||||
#ifndef JUCE_USE_VDSP_FRAMEWORK
|
#ifndef JUCE_USE_VDSP_FRAMEWORK
|
||||||
#define JUCE_USE_VDSP_FRAMEWORK 1
|
#define JUCE_USE_VDSP_FRAMEWORK 1
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,6 @@
|
||||||
#define JUCE_DSP_H_INCLUDED
|
#define JUCE_DSP_H_INCLUDED
|
||||||
|
|
||||||
#include <juce_audio_basics/juce_audio_basics.h>
|
#include <juce_audio_basics/juce_audio_basics.h>
|
||||||
#include <juce_audio_formats/juce_audio_formats.h>
|
|
||||||
|
|
||||||
#if JUCE_INTEL
|
#if JUCE_INTEL
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue