mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Smart Pointers: Add a new enum for indicating if a smart point should increment a reference count or not
This commit is contained in:
parent
8931d45fe9
commit
e68627c9ed
68 changed files with 243 additions and 160 deletions
|
|
@ -115,6 +115,7 @@ JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
|||
#include "JucePluginDefines.h"
|
||||
#endif
|
||||
|
||||
#include <juce_core/detail/juce_IncrementRef.h>
|
||||
#include <juce_audio_processors_headless/format_types/juce_VST3Utilities.h>
|
||||
#include <juce_audio_processors_headless/utilities/juce_VST3Interface.h>
|
||||
#include <juce_audio_plugin_client/juce_audio_plugin_client.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue