From: Jan Nieuwenhuizen Date: Fri, 6 Nov 1998 13:46:12 +0000 (+0100) Subject: patch::: 1.1.3.jcn1: pats X-Git-Tag: release/1.1.4~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e7f269c713d4be843a419703ade7ef49dd71c59d;p=lilypond.git patch::: 1.1.3.jcn1: pats --- diff --git a/VERSION b/VERSION index 8ff529cc6a..b3ee0f556a 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=1 PATCH_LEVEL=3 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=jcn1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/lily/include/audio-column.hh b/lily/include/audio-column.hh index 9b60c3eb7d..d3f1997b5e 100644 --- a/lily/include/audio-column.hh +++ b/lily/include/audio-column.hh @@ -8,6 +8,7 @@ #define AUDIO_COLUMN_HH #include "proto.hh" +#include "pcursor.hh" #include "plist.hh" #include "lily-proto.hh" #include "moment.hh" diff --git a/lily/p-score.cc b/lily/p-score.cc index 6b68f7f0fd..67ab711c4d 100644 --- a/lily/p-score.cc +++ b/lily/p-score.cc @@ -25,7 +25,8 @@ #include "file-results.hh" #include "misc.hh" -#if 0 // has w32 advanced? +//#if 0 // has w32 advanced? +#if 1 // cygwin-b20: nope // sucking Cygnus egcs - w32 #include "list.tcc" #include "cursor.tcc"