changeset 175:836498e57f59

#include <math.h> required on OSX
author Martin Gasser
date Tue, 24 Oct 2006 11:21:35 +0000
parents 96b8a790730a
children ad7df5989d08
files widgets/Panner.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/widgets/Panner.cpp	Thu Oct 19 13:05:39 2006 +0000
+++ b/widgets/Panner.cpp	Tue Oct 24 11:21:35 2006 +0000
@@ -22,6 +22,8 @@
 
 #include <iostream>
 
+#include <math.h>
+
 Panner::Panner(QWidget *parent) :
     QWidget(parent),
     m_rectX(0),