diff 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
line wrap: on
line diff
--- a/data/model/test/MockWaveModel.cpp	Tue Sep 01 17:05:32 2015 +0100
+++ b/data/model/test/MockWaveModel.cpp	Thu Oct 22 11:53:06 2015 +0100
@@ -15,6 +15,8 @@
 
 #include "MockWaveModel.h"
 
+#include <cmath>
+
 using namespace std;
 
 MockWaveModel::MockWaveModel(vector<Sort> sorts, int length, int pad)