Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251030
Collapse All | Expand All

(-)lilypond-2.11.65.orig/lily/dot-configuration.cc (+1 lines)
Lines 8-13 Link Here
8
  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
8
  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
9
*/
9
*/
10
10
11
#include <cstdio>
11
#include "dot-configuration.hh"
12
#include "dot-configuration.hh"
12
#include "dot-formatting-problem.hh"
13
#include "dot-formatting-problem.hh"
13
#include "staff-symbol-referencer.hh"
14
#include "staff-symbol-referencer.hh"
(-)lilypond-2.11.65.orig/lily/font-config.cc (+1 lines)
Lines 10-15 Link Here
10
10
11
#if HAVE_FONTCONFIG
11
#if HAVE_FONTCONFIG
12
12
13
#include <cstdio>
13
#include <fontconfig/fontconfig.h>
14
#include <fontconfig/fontconfig.h>
14
#include <sys/stat.h>
15
#include <sys/stat.h>
15
16
(-)lilypond-2.11.65.orig/lily/main.cc (+1 lines)
Lines 12-17 Link Here
12
#include <clocale>
12
#include <clocale>
13
#include <cstring>
13
#include <cstring>
14
#include <cerrno>
14
#include <cerrno>
15
#include <cstdio>
15
using namespace std;
16
using namespace std;
16
17
17
#include <unistd.h>
18
#include <unistd.h>
(-)lilypond-2.11.65.orig/lily/page-spacing-result.cc (+1 lines)
Lines 8-13 Link Here
8
*/
8
*/
9
9
10
#include "page-spacing-result.hh"
10
#include "page-spacing-result.hh"
11
#include <cstdio>
11
12
12
Page_spacing_result::Page_spacing_result ()
13
Page_spacing_result::Page_spacing_result ()
13
{
14
{
(-)lilypond-2.11.65.orig/lily/pango-font.cc (+1 lines)
Lines 11-16 Link Here
11
#include <freetype/ftxf86.h>
11
#include <freetype/ftxf86.h>
12
12
13
#include <map>
13
#include <map>
14
#include <cstdio>
14
15
15
/* Ugh.  */
16
/* Ugh.  */
16
17
(-)lilypond-2.11.65.orig/lily/skyline.cc (+1 lines)
Lines 7-12 Link Here
7
7
8
#include "skyline.hh"
8
#include "skyline.hh"
9
#include <deque>
9
#include <deque>
10
#include <cstdio>
10
11
11
#include "ly-smobs.icc"
12
#include "ly-smobs.icc"
12
13
(-)lilypond-2.11.65.orig/lily/tie-formatting-problem.cc (+1 lines)
Lines 7-12 Link Here
7
7
8
*/
8
*/
9
9
10
#include <cstdio>
10
#include "tie-formatting-problem.hh"
11
#include "tie-formatting-problem.hh"
11
12
12
#include "axis-group-interface.hh"
13
#include "axis-group-interface.hh"
(-)lilypond-2.11.65.orig/lily/ttf.cc (+1 lines)
Lines 6-11 Link Here
6
  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
6
  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
*/
7
*/
8
8
9
#include <cstdio>
9
#include "freetype.hh"
10
#include "freetype.hh"
10
11
11
#include <freetype/tttables.h>
12
#include <freetype/tttables.h>

Return to bug 251030