From: hanwen Date: Tue, 27 Sep 2005 07:56:21 +0000 (+0000) Subject: cmath -> math.h X-Git-Tag: release/2.7.16^2~143 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=66772a890f1d6f01fd39babb55fa4d956a727156;p=lilypond.git cmath -> math.h --- diff --git a/ChangeLog b/ChangeLog index c899dfbf3c..243c3eeecc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-09-27 Han-Wen Nienhuys + * 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. diff --git a/lily/spacing-spanner.cc b/lily/spacing-spanner.cc index 0581deb8bd..fd3e8e386d 100644 --- a/lily/spacing-spanner.cc +++ b/lily/spacing-spanner.cc @@ -6,7 +6,8 @@ (c) 1999--2005 Han-Wen Nienhuys */ -#include +#include + #include using namespace std;