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

DSP: Make FixedSizeFunction public

This commit is contained in:
reuk 2020-12-14 12:28:44 +00:00
parent 07bfa2e83f
commit e403e330ef
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
2 changed files with 1 additions and 2 deletions

View file

@ -54,8 +54,6 @@
#define JUCE_IPP_AVAILABLE 1
#endif
#include "containers/juce_FixedSizeFunction.h"
#include "processors/juce_FIRFilter.cpp"
#include "processors/juce_IIRFilter.cpp"
#include "processors/juce_FirstOrderTPTFilter.cpp"

View file

@ -243,6 +243,7 @@ namespace juce
#include "maths/juce_LookupTable.h"
#include "maths/juce_LogRampedValue.h"
#include "containers/juce_AudioBlock.h"
#include "containers/juce_FixedSizeFunction.h"
#include "processors/juce_ProcessContext.h"
#include "processors/juce_ProcessorWrapper.h"
#include "processors/juce_ProcessorChain.h"