This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Fixed a compiler warning on newest version of gcc
tags/2021-05-28
hogliux
9 years ago
parent
b1449230c1
commit
3370adae7b
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
+ 3
- 1
modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
View File
@@ -39,11 +39,13 @@
#define __cdecl
#endif
namespace
namespace
Vst2
{
#include "juce_VSTInterface.h"
}
using namespace Vst2;
#include "juce_VSTCommon.h"
#if JUCE_MSVC
Write
Preview
Loading…
Cancel
Save