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

Fixed a compiler warning on newest version of gcc

This commit is contained in:
hogliux 2017-01-18 17:04:10 +00:00
parent b1449230c1
commit 3370adae7b

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