comparison base/Window.h @ 402:7e1b7fcb6c00

* build fixes
author Chris Cannam
date Thu, 10 Apr 2008 12:43:26 +0000
parents d7c41483af8f
children 65311fb86166
comparison
equal deleted inserted replaced
401:d030801113b6 402:7e1b7fcb6c00
18 18
19 #include <cmath> 19 #include <cmath>
20 #include <iostream> 20 #include <iostream>
21 #include <string> 21 #include <string>
22 #include <map> 22 #include <map>
23 #include <cstdlib>
23 24
24 enum WindowType { 25 enum WindowType {
25 RectangularWindow, 26 RectangularWindow,
26 BartlettWindow, 27 BartlettWindow,
27 HammingWindow, 28 HammingWindow,