comparison base/Window.h @ 405:65311fb86166

* Merge rev 1048 (build fixes) from rdf-import branch
author Chris Cannam
date Tue, 29 Apr 2008 09:44:44 +0000
parents 7e1b7fcb6c00
children 97741fe16205
comparison
equal deleted inserted replaced
404:4884fba80e00 405:65311fb86166
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>
24
23 #include <cstdlib> 25 #include <cstdlib>
24 26
25 enum WindowType { 27 enum WindowType {
26 RectangularWindow, 28 RectangularWindow,
27 BartlettWindow, 29 BartlettWindow,