fix for unconditional use of #include <malloc.h> which doesn't work on OS X
alloca() is defined in stdlib on most *nix systems
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#ifdef COMPILER_MSVC
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#include "pbd/cartesian.h"
|
||||
#include "pbd/compose.h"
|
||||
|
||||
Reference in New Issue
Block a user