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

(-)lilypond-2.10.33.orig/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.10.33.orig/flower/include/rational.hh (-2 / +1 lines)
Lines 10-17 Link Here
10
#define RATIONAL_HH
10
#define RATIONAL_HH
11
11
12
#include "std-string.hh"
12
#include "std-string.hh"
13
13
#include <limits.h>
14
#include "std-string.hh"
15
14
16
/**
15
/**
17
   Rational numbers.  Included is support for + and - infinity.
16
   Rational numbers.  Included is support for + and - infinity.
(-)lilypond-2.10.33.orig/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;

Return to bug 229309