changeset 46:2152e19d7db9

had to include <cmath> in some files to make it compile on the mac
author Martin Gasser
date Fri, 03 Mar 2006 17:23:27 +0000
parents 25a2915d351d
children 2e2ad8510e52
files layer/TimeInstantLayer.cpp widgets/PropertyBox.cpp
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/layer/TimeInstantLayer.cpp	Fri Mar 03 16:56:20 2006 +0000
+++ b/layer/TimeInstantLayer.cpp	Fri Mar 03 17:23:27 2006 +0000
@@ -20,6 +20,7 @@
 #include <QMouseEvent>
 
 #include <iostream>
+#include <cmath>
 
 TimeInstantLayer::TimeInstantLayer() :
     Layer(),
--- a/widgets/PropertyBox.cpp	Fri Mar 03 16:56:20 2006 +0000
+++ b/widgets/PropertyBox.cpp	Fri Mar 03 17:23:27 2006 +0000
@@ -26,6 +26,7 @@
 
 #include <cassert>
 #include <iostream>
+#include <cmath>
 
 //#define DEBUG_PROPERTY_BOX 1