Browse Source

Fixed a compiler warning on newest version of gcc

tags/2021-05-28
hogliux 9 years ago
parent
commit
3370adae7b
1 changed files with 3 additions and 1 deletions
  1. +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


Loading…
Cancel
Save