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:
parent
07bfa2e83f
commit
e403e330ef
2 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue