comparison 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
comparison
equal deleted inserted replaced
1149:0d04b1cdb9f9 1150:0edfed2c8482
45 45
46 #include <iostream> 46 #include <iostream>
47 47
48 #include <cassert> 48 #include <cassert>
49 #include <cmath> 49 #include <cmath>
50
51 #ifndef __GNUC__
52 #include <alloca.h>
53 #endif
54 50
55 //#define DEBUG_SPECTROGRAM 1 51 //#define DEBUG_SPECTROGRAM 1
56 //#define DEBUG_SPECTROGRAM_REPAINT 1 52 //#define DEBUG_SPECTROGRAM_REPAINT 1
57 53
58 using namespace std; 54 using namespace std;