From 7205432dfff5a4894df27d9b271d75270ec972e0 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 26 Oct 2006 19:10:23 +0000 Subject: [PATCH] (struct Dot_position): initialize extremal_head_ include dot-column.hh --- ChangeLog | 5 +++++ lily/dot-column.cc | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 07e990851f..fe266d23e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-26 Han-Wen Nienhuys + + * lily/dot-column.cc (struct Dot_position): initialize extremal_head_ + include dot-column.hh + 2006-10-26 Graham Percival * Documentation/user/ {basic-, global}: minor changes from mailist. diff --git a/lily/dot-column.cc b/lily/dot-column.cc index 34e99d4ade..4683c51cb5 100644 --- a/lily/dot-column.cc +++ b/lily/dot-column.cc @@ -14,6 +14,7 @@ using namespace std; #include "dots.hh" +#include "dot-column.hh" #include "rhythmic-head.hh" #include "staff-symbol-referencer.hh" #include "directional-element-interface.hh" -- 2.39.5