/[packages]/cauldron/xplanet/pristine/SOURCES/xplanet-1.2.1-fix-gcc44.patch
ViewVC logotype

Contents of /cauldron/xplanet/pristine/SOURCES/xplanet-1.2.1-fix-gcc44.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33310 - (show annotations) (download)
Sat Jan 22 22:34:09 2011 UTC (13 years, 3 months ago) by schedbot
File size: 959 byte(s)
Copying release 1.2.1-6.mga1 to pristine/ directory.
1 Index: src/PlanetProperties.cpp
2 ===================================================================
3 --- src/PlanetProperties.cpp
4 +++ src/PlanetProperties.cpp 2009-05-25 12:31:55.000000000 +0200
5 @@ -1,6 +1,8 @@
6 #include <algorithm>
7 #include <cctype>
8 #include <cstring>
9 +#include <cstdio>
10 +#include <cstdlib>
11 #include <string>
12 #include <vector>
13 using namespace std;
14 Index: src/Satellite.cpp
15 ===================================================================
16 --- src/Satellite.cpp
17 +++ src/Satellite.cpp 2009-05-25 11:44:36.000000000 +0200
18 @@ -1,5 +1,6 @@
19 #include <clocale>
20 #include <cstring>
21 +#include <cstdio>
22 #include <iostream>
23 using namespace std;
24
25 Index: src/Separation.cpp
26 ===================================================================
27 --- src/Separation.cpp
28 +++ src/Separation.cpp 2009-05-25 11:50:11.000000000 +0200
29 @@ -1,5 +1,6 @@
30 #include <cmath>
31 #include <iostream>
32 +#include <cstdio>
33
34 #include "Separation.h"
35 #include "View.h"

  ViewVC Help
Powered by ViewVC 1.1.30