Mercurial > hg > svcore
comparison data/model/test/MockWaveModel.cpp @ 1137:6d550a16f7d6
Build fix
author | Chris Cannam |
---|---|
date | Thu, 22 Oct 2015 11:53:06 +0100 |
parents | 5fab8e4f5f19 |
children | 1309b66eff53 |
comparison
equal
deleted
inserted
replaced
1129:1cc96e03a903 | 1137:6d550a16f7d6 |
---|---|
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 { |