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.10.33/flower/file-name.cc.gcc43 (+2 lines)
Lines 10-17 Link Here
10
#include "file-name.hh"
10
#include "file-name.hh"
11
11
12
#include <cstdio>
12
#include <cstdio>
13
#include <cstdlib>
13
#include <cerrno>
14
#include <cerrno>
14
#include <unistd.h>
15
#include <unistd.h>
16
#include <limits.h>
15
17
16
using namespace std;
18
using namespace std;
17
19
(-)lilypond-2.10.33/flower/include/rational.hh.gcc43 (+2 lines)
Lines 9-14 Link Here
9
#ifndef RATIONAL_HH
9
#ifndef RATIONAL_HH
10
#define RATIONAL_HH
10
#define RATIONAL_HH
11
11
12
#include <climits>
13
12
#include "std-string.hh"
14
#include "std-string.hh"
13
15
14
#include "std-string.hh"
16
#include "std-string.hh"
(-)lilypond-2.10.33/flower/include/std-vector.hh.gcc43 (+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.10.33/lily/midi-stream.cc.gcc43 (+1 lines)
Lines 9-14 Link Here
9
#include "midi-stream.hh"
9
#include "midi-stream.hh"
10
10
11
#include <cerrno>
11
#include <cerrno>
12
#include <cstring>
12
using namespace std;
13
using namespace std;
13
14
14
#include "international.hh"
15
#include "international.hh"
(-)lilypond-2.10.33/lily/piano-pedal-engraver.cc.gcc43 (+2 lines)
Lines 10-15 Link Here
10
  bracketed pedals.
10
  bracketed pedals.
11
*/
11
*/
12
12
13
#include <cstring>
14
13
#include "engraver.hh"
15
#include "engraver.hh"
14
16
15
#include "axis-group-interface.hh"
17
#include "axis-group-interface.hh"
(-)lilypond-2.10.33/lily/prob.cc.gcc43 (+2 lines)
Lines 6-11 Link Here
6
  (c) 2004--2007 Jan Nieuwenhuizen <janneke@gnu.org>
6
  (c) 2004--2007 Jan Nieuwenhuizen <janneke@gnu.org>
7
*/
7
*/
8
8
9
#include <cstring>
10
9
#include "prob.hh"
11
#include "prob.hh"
10
#include "main.hh"
12
#include "main.hh"
11
#include "item.hh"
13
#include "item.hh"
(-)lilypond-2.10.33/lily/relocate.cc.gcc43 (+1 lines)
Lines 16-21 Link Here
16
16
17
#include <sys/types.h>
17
#include <sys/types.h>
18
#include <dirent.h>
18
#include <dirent.h>
19
#include <cstring>
19
20
20
#if HAVE_GETTEXT
21
#if HAVE_GETTEXT
21
#include <libintl.h>
22
#include <libintl.h>
(-)lilypond-2.10.33/lily/source-file.cc.gcc43 (+1 lines)
Lines 18-23 Link Here
18
#endif
18
#endif
19
19
20
#include <cstdio>
20
#include <cstdio>
21
#include <cstring>
21
22
22
#if HAVE_SSTREAM
23
#if HAVE_SSTREAM
23
#include <sstream>
24
#include <sstream>
(-)lilypond-2.10.33/lily/translator.cc.gcc43 (+2 lines)
Lines 6-11 Link Here
6
  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
6
  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
*/
7
*/
8
8
9
#include <cstring>
10
9
#include "translator.hh"
11
#include "translator.hh"
10
12
11
#include "context-def.hh"
13
#include "context-def.hh"

Return to bug 214594