changeset 402:7e1b7fcb6c00

* build fixes
author Chris Cannam
date Thu, 10 Apr 2008 12:43:26 +0000
parents d030801113b6
children 3012af787e4a
files base/Window.h data/model/FFTModel.cpp
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/base/Window.h	Mon Apr 07 16:55:21 2008 +0000
+++ b/base/Window.h	Thu Apr 10 12:43:26 2008 +0000
@@ -20,6 +20,7 @@
 #include <iostream>
 #include <string>
 #include <map>
+#include <cstdlib>
 
 enum WindowType {
     RectangularWindow,
--- a/data/model/FFTModel.cpp	Mon Apr 07 16:55:21 2008 +0000
+++ b/data/model/FFTModel.cpp	Thu Apr 10 12:43:26 2008 +0000
@@ -20,6 +20,8 @@
 #include "base/Profiler.h"
 #include "base/Pitch.h"
 
+#include <algorithm>
+
 #include <cassert>
 
 FFTModel::FFTModel(const DenseTimeValueModel *model,