# HG changeset patch
# User Martin Gasser
# Date 1141406607 0
# Node ID 2152e19d7db9d3c8aee97e41a6e4d1ebdc931a58
# Parent  25a2915d351db6aca3c2dc5aab69e50d262be760
had to include <cmath> in some files to make it compile on the mac

diff -r 25a2915d351d -r 2152e19d7db9 layer/TimeInstantLayer.cpp
--- 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(),
diff -r 25a2915d351d -r 2152e19d7db9 widgets/PropertyBox.cpp
--- 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