comparison data/model/test/MockWaveModel.cpp @ 1107:bead35921256 simple-fft-model

Build fix
author Chris Cannam
date Tue, 30 Jun 2015 10:25:32 +0100
parents 4d9816ba0ebe
children 1309b66eff53
comparison
equal deleted inserted replaced
1102:12f3b48668d4 1107:bead35921256
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #include "MockWaveModel.h" 16 #include "MockWaveModel.h"
17
18 #include <cmath>
17 19
18 using namespace std; 20 using namespace std;
19 21
20 MockWaveModel::MockWaveModel(vector<Sort> sorts, int length, int pad) 22 MockWaveModel::MockWaveModel(vector<Sort> sorts, int length, int pad)
21 { 23 {