Some minor changes in preparation for building the newer Vamp plugins

This commit is contained in:
John Emmas
2017-02-05 15:05:32 +00:00
parent ea2b00c263
commit 5dabe45341
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ using std::vector;
using std::cerr;
using std::endl;
#ifndef __GNUC__
#if !defined(__GNUC__) && !defined(_MSC_VER)
#include <alloca.h>
#endif