# HG changeset patch
# User Chris Cannam
# Date 1173958460 0
# Node ID e52ed907cc4258991ef95ebf0c9a98db948400de
# Parent  387f2f6fc333d85b054ec8c1e77b8b208bad4ba4
* Add missing include

diff -r 387f2f6fc333 -r e52ed907cc42 layer/PaintAssistant.cpp
--- a/layer/PaintAssistant.cpp	Wed Mar 14 14:39:39 2007 +0000
+++ b/layer/PaintAssistant.cpp	Thu Mar 15 11:34:20 2007 +0000
@@ -21,6 +21,7 @@
 #include <QPainter>
 
 #include <iostream>
+#include <cmath>
 
 void
 PaintAssistant::paintVerticalLevelScale(QPainter &paint, QRect rect,