changeset 1109:a65328f0c450 3.0-integration

Merge from branch simple-fft-model
author Chris Cannam
date Wed, 01 Jul 2015 13:27:03 +0100
parents ee0aff1d0743 (current diff) 16574eea3229 (diff)
children 4d7de68707c8
files
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/data/model/test/MockWaveModel.cpp	Fri Jun 26 14:08:05 2015 +0100
+++ b/data/model/test/MockWaveModel.cpp	Wed Jul 01 13:27:03 2015 +0100
@@ -15,6 +15,8 @@
 
 #include "MockWaveModel.h"
 
+#include <cmath>
+
 using namespace std;
 
 MockWaveModel::MockWaveModel(vector<Sort> sorts, int length, int pad)