updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / earth3dlib / earth3dlib-20081202-gcc44.diff
blob97e56b70665203deb9f2da7aca6d0f78bf03277f
1 diff -Naur earth3dlib~/geometry/geometry2d3dFactory.cpp earth3dlib/geometry/geometry2d3dFactory.cpp
2 --- earth3dlib~/geometry/geometry2d3dFactory.cpp 2009-11-15 22:25:53.000000000 -0600
3 +++ earth3dlib/geometry/geometry2d3dFactory.cpp 2009-11-15 22:26:32.000000000 -0600
4 @@ -1,4 +1,5 @@
5 #include "geometry2d3dFactory.h"
6 +#include <stdio.h>
8 Geometry2D3DFactory::Geometry2D3DFactory() {
10 diff -Naur earth3dlib~/network/urlDownload.cpp earth3dlib/network/urlDownload.cpp
11 --- earth3dlib~/network/urlDownload.cpp 2009-11-15 22:25:53.000000000 -0600
12 +++ earth3dlib/network/urlDownload.cpp 2009-11-15 22:26:06.000000000 -0600
13 @@ -10,9 +10,6 @@
14 #include <qfile.h>
15 #include "downloadFinishedEvent.h"
17 -#ifndef WIN32
18 -#include <alloc.h>
19 -#endif
21 using namespace std;
23 diff -Naur earth3dlib~/network/urlTools.cpp earth3dlib/network/urlTools.cpp
24 --- earth3dlib~/network/urlTools.cpp 2009-11-15 22:25:53.000000000 -0600
25 +++ earth3dlib/network/urlTools.cpp 2009-11-15 22:26:20.000000000 -0600
26 @@ -4,6 +4,8 @@
27 #include <iostream>
28 #include <qstringlist.h>
29 #include <qregexp.h>
30 +#include <alloca.h>
31 +#include <cstdlib>
33 namespace UrlTools {
34 void rewrite(QDomNode n, QString baseurlstring);