diff layer/TimeInstantLayer.cpp @ 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 ad214997dddb
children 01ab51f72e84
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(),