even though man alloca says to include <alloca.h>, it apparently isn't necessary and no such header exists in the msvc world

This commit is contained in:
Paul Davis 2014-01-30 11:18:58 -05:00
parent 66d0241118
commit ce2feeac56

View File

@ -34,7 +34,6 @@
#include <cmath>
#include <algorithm>
#include <stdlib.h>
#include <alloca.h>
#include "pbd/cartesian.h"