diff layer/SpectrogramLayer.cpp @ 1150:0edfed2c8482 msvc2015_64

MSVC build fixes
author Chris Cannam
date Tue, 18 Oct 2016 15:55:50 +0100
parents 1badacff7ab2
children ab169938832a
line wrap: on
line diff
--- a/layer/SpectrogramLayer.cpp	Tue Sep 20 09:16:55 2016 +0100
+++ b/layer/SpectrogramLayer.cpp	Tue Oct 18 15:55:50 2016 +0100
@@ -48,10 +48,6 @@
 #include <cassert>
 #include <cmath>
 
-#ifndef __GNUC__
-#include <alloca.h>
-#endif
-
 //#define DEBUG_SPECTROGRAM 1
 //#define DEBUG_SPECTROGRAM_REPAINT 1