From 66772a890f1d6f01fd39babb55fa4d956a727156 Mon Sep 17 00:00:00 2001 From: hanwen Date: Tue, 27 Sep 2005 07:56:21 +0000 Subject: [PATCH] cmath -> math.h --- ChangeLog | 2 ++ lily/spacing-spanner.cc | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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; -- 2.39.5