Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 214594 | Differences between
and this patch

Collapse All | Expand All

(-)lilypond-2.11.42.original/flower/file-name.cc (+1 lines)
Lines 12-17 Link Here
12
#include <cstdio>
12
#include <cstdio>
13
#include <cerrno>
13
#include <cerrno>
14
#include <unistd.h>
14
#include <unistd.h>
15
#include <limits.h>
15
16
16
using namespace std;
17
using namespace std;
17
18
(-)lilypond-2.11.42.original/flower/include/rational.hh (+1 lines)
Lines 10-15 Link Here
10
#define RATIONAL_HH
10
#define RATIONAL_HH
11
11
12
#include "std-string.hh"
12
#include "std-string.hh"
13
#include <limits.h>
13
14
14
/**
15
/**
15
   Rational numbers.  Included is support for + and - infinity.
16
   Rational numbers.  Included is support for + and - infinity.
(-)lilypond-2.11.42.original/flower/include/std-vector.hh (+1 lines)
Lines 22-27 Link Here
22
#include <algorithm>   /* find, reverse, sort */
22
#include <algorithm>   /* find, reverse, sort */
23
#include <functional>  /* unary_function */
23
#include <functional>  /* unary_function */
24
#include <cassert>
24
#include <cassert>
25
#include <string>
25
26
26
using namespace std;
27
using namespace std;
27
28
(-)lilypond-2.11.42.original/lily/include/lily-guile.hh (-1 / +1 lines)
Lines 14-20 Link Here
14
#endif
14
#endif
15
15
16
#include <libguile.h>
16
#include <libguile.h>
17
17
#include <string.h>
18
18
19
/*
19
/*
20
  Hack for various MacOS incarnations.
20
  Hack for various MacOS incarnations.
(-)lilypond-2.11.42.original/lily/include/midi-stream.hh (+1 lines)
Lines 10-15 Link Here
10
#include <cstdio>
10
#include <cstdio>
11
using namespace std;
11
using namespace std;
12
12
13
#include <string.h>
13
#include "std-string.hh"
14
#include "std-string.hh"
14
#include "lily-proto.hh"
15
#include "lily-proto.hh"
15
16
(-)lilypond-2.11.42.original/lily/piano-pedal-engraver.cc (+1 lines)
Lines 28-33 Link Here
28
28
29
#include "translator.icc"
29
#include "translator.icc"
30
30
31
#include <string.h>
31
32
32
/*
33
/*
33
  TODO:
34
  TODO:

Return to bug 214594