]> git.donarmstrong.com Git - lilypond.git/commitdiff
cmath -> math.h
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 27 Sep 2005 07:56:21 +0000 (07:56 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 27 Sep 2005 07:56:21 +0000 (07:56 +0000)
ChangeLog
lily/spacing-spanner.cc

index c899dfbf3c98937f5eb6a9299487fea275a6b0a9..243c3eeecc0bb57baa8d62add51dbe3df9995680 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/spacing-spanner.cc: cmath -> math.h
+
        * lily/paper-system.cc (read_left_bound): new function. Read
        line-break-system-details from left bound to determine extents.
  
index 0581deb8bd6951990d01e39007cabf383d4b1065..fd3e8e386df5be993c85245aa76bb5d2ad30ecf0 100644 (file)
@@ -6,7 +6,8 @@
   (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-#include <cmath>
+#include <math.h>
+
 #include <cstdio>
 using namespace std;