makehuman/makehuman-0.9-gcc44.patch

166 lines
6.1 KiB
Diff
Raw Permalink Normal View History

diff -Nru makehuman-0.9.orig/src/BodyPanel.cpp makehuman-0.9/src/BodyPanel.cpp
--- makehuman-0.9.orig/src/BodyPanel.cpp 2006-11-08 00:17:40.000000000 +0100
+++ makehuman-0.9/src/BodyPanel.cpp 2009-06-03 13:46:09.000000000 +0200
@@ -31,6 +31,7 @@
#include <mhgui/Window.h>
#include <mhgui/Rect.h>
#include <mhgui/Tooltip.h>
+#include <algorithm>
//#include "Global.h"
using namespace std;
diff -Nru makehuman-0.9.orig/src/BsPanel.cpp makehuman-0.9/src/BsPanel.cpp
--- makehuman-0.9.orig/src/BsPanel.cpp 2006-08-27 05:32:38.000000000 +0200
+++ makehuman-0.9/src/BsPanel.cpp 2009-06-03 13:46:19.000000000 +0200
@@ -33,6 +33,7 @@
#include <mhgui/ImageSlider.h>
#include <mhgui/Tooltip.h>
#include "Global.h"
+#include <algorithm>
using namespace std;
using namespace Animorph;
diff -Nru makehuman-0.9.orig/src/CharacterSettingPanel.cpp makehuman-0.9/src/CharacterSettingPanel.cpp
--- makehuman-0.9.orig/src/CharacterSettingPanel.cpp 2006-10-15 12:35:45.000000000 +0200
+++ makehuman-0.9/src/CharacterSettingPanel.cpp 2009-06-03 13:46:28.000000000 +0200
@@ -31,6 +31,7 @@
#include <mhgui/Window.h>
#include <mhgui/Rect.h>
#include <mhgui/Tooltip.h>
+#include <algorithm>
//#include "Global.h"
using namespace std;
diff -Nru makehuman-0.9.orig/src/FacePanel.cpp makehuman-0.9/src/FacePanel.cpp
--- makehuman-0.9.orig/src/FacePanel.cpp 2006-09-17 17:13:34.000000000 +0200
+++ makehuman-0.9/src/FacePanel.cpp 2009-06-03 13:46:39.000000000 +0200
@@ -31,6 +31,7 @@
#include <mhgui/Window.h>
#include <mhgui/Rect.h>
#include <mhgui/Tooltip.h>
+#include <algorithm>
//#include "Global.h"
using namespace std;
diff -Nru makehuman-0.9.orig/src/FantasyBodyPanel.cpp makehuman-0.9/src/FantasyBodyPanel.cpp
--- makehuman-0.9.orig/src/FantasyBodyPanel.cpp 2006-11-08 00:17:40.000000000 +0100
+++ makehuman-0.9/src/FantasyBodyPanel.cpp 2009-06-03 13:46:56.000000000 +0200
@@ -31,6 +31,7 @@
#include <mhgui/Window.h>
#include <mhgui/Rect.h>
#include <mhgui/Tooltip.h>
+#include <algorithm>
//#include "Global.h"
using namespace std;
diff -Nru makehuman-0.9.orig/src/FantasyFacePanel.cpp makehuman-0.9/src/FantasyFacePanel.cpp
--- makehuman-0.9.orig/src/FantasyFacePanel.cpp 2006-09-17 17:13:34.000000000 +0200
+++ makehuman-0.9/src/FantasyFacePanel.cpp 2009-06-03 13:47:06.000000000 +0200
@@ -31,6 +31,7 @@
#include <mhgui/Window.h>
#include <mhgui/Rect.h>
#include <mhgui/Tooltip.h>
+#include <algorithm>
//#include "Global.h"
using namespace std;
diff -Nru makehuman-0.9.orig/src/FantasyHandsPanel.cpp makehuman-0.9/src/FantasyHandsPanel.cpp
--- makehuman-0.9.orig/src/FantasyHandsPanel.cpp 2006-08-20 18:46:35.000000000 +0200
+++ makehuman-0.9/src/FantasyHandsPanel.cpp 2009-06-03 13:47:15.000000000 +0200
@@ -31,6 +31,7 @@
#include <mhgui/Window.h>
#include <mhgui/Rect.h>
#include <mhgui/Tooltip.h>
+#include <algorithm>
//#include "Global.h"
using namespace std;
diff -Nru makehuman-0.9.orig/src/FantasyTeethPanel.cpp makehuman-0.9/src/FantasyTeethPanel.cpp
--- makehuman-0.9.orig/src/FantasyTeethPanel.cpp 2006-08-20 18:46:35.000000000 +0200
+++ makehuman-0.9/src/FantasyTeethPanel.cpp 2009-06-03 13:47:26.000000000 +0200
@@ -31,6 +31,7 @@
#include <mhgui/Window.h>
#include <mhgui/Rect.h>
#include <mhgui/Tooltip.h>
+#include <algorithm>
//#include "Global.h"
using namespace std;
diff -Nru makehuman-0.9.orig/src/HandsPanel.cpp makehuman-0.9/src/HandsPanel.cpp
--- makehuman-0.9.orig/src/HandsPanel.cpp 2006-08-20 18:47:58.000000000 +0200
+++ makehuman-0.9/src/HandsPanel.cpp 2009-06-03 13:47:39.000000000 +0200
@@ -31,6 +31,7 @@
#include <mhgui/Window.h>
#include <mhgui/Rect.h>
#include <mhgui/Tooltip.h>
+#include <algorithm>
//#include "Global.h"
using namespace std;
diff -Nru makehuman-0.9.orig/src/PosesBodyPanel.cpp makehuman-0.9/src/PosesBodyPanel.cpp
--- makehuman-0.9.orig/src/PosesBodyPanel.cpp 2006-11-08 00:17:40.000000000 +0100
+++ makehuman-0.9/src/PosesBodyPanel.cpp 2009-06-03 13:47:51.000000000 +0200
@@ -31,6 +31,7 @@
#include <mhgui/Window.h>
#include <mhgui/Rect.h>
#include <mhgui/Tooltip.h>
+#include <algorithm>
//#include "Global.h"
using namespace std;
diff -Nru makehuman-0.9.orig/src/PoseTargetPanel.cpp makehuman-0.9/src/PoseTargetPanel.cpp
--- makehuman-0.9.orig/src/PoseTargetPanel.cpp 2006-09-17 17:22:19.000000000 +0200
+++ makehuman-0.9/src/PoseTargetPanel.cpp 2009-06-03 13:48:08.000000000 +0200
@@ -33,6 +33,7 @@
#include <mhgui/ImageSlider.h>
#include <mhgui/Tooltip.h>
#include "Global.h"
+#include <algorithm>
using namespace std;
using namespace Animorph;
diff -Nru makehuman-0.9.orig/src/TargetPanel.cpp makehuman-0.9/src/TargetPanel.cpp
--- makehuman-0.9.orig/src/TargetPanel.cpp 2006-09-17 17:21:18.000000000 +0200
+++ makehuman-0.9/src/TargetPanel.cpp 2009-06-03 13:48:19.000000000 +0200
@@ -33,6 +33,7 @@
#include <mhgui/ImageSlider.h>
#include <mhgui/Tooltip.h>
#include "Global.h"
+#include <algorithm>
using namespace std;
using namespace Animorph;
diff -Nru makehuman-0.9.orig/src/TeethPanel.cpp makehuman-0.9/src/TeethPanel.cpp
--- makehuman-0.9.orig/src/TeethPanel.cpp 2006-08-20 18:47:59.000000000 +0200
+++ makehuman-0.9/src/TeethPanel.cpp 2009-06-03 13:48:27.000000000 +0200
@@ -31,6 +31,7 @@
#include <mhgui/Window.h>
#include <mhgui/Rect.h>
#include <mhgui/Tooltip.h>
+#include <algorithm>
//#include "Global.h"
using namespace std;
diff -Nru makehuman-0.9.orig/src/ToolbarPanel.cpp makehuman-0.9/src/ToolbarPanel.cpp
--- makehuman-0.9.orig/src/ToolbarPanel.cpp 2006-09-17 17:13:34.000000000 +0200
+++ makehuman-0.9/src/ToolbarPanel.cpp 2009-06-03 13:48:36.000000000 +0200
@@ -31,6 +31,7 @@
#include <mhgui/Window.h>
#include <mhgui/Rect.h>
#include <mhgui/Tooltip.h>
+#include <algorithm>
using namespace std;
using namespace Animorph;
diff -Nru makehuman-0.9.orig/src/UtilitybarPanel.cpp makehuman-0.9/src/UtilitybarPanel.cpp
--- makehuman-0.9.orig/src/UtilitybarPanel.cpp 2006-10-15 12:35:45.000000000 +0200
+++ makehuman-0.9/src/UtilitybarPanel.cpp 2009-06-03 13:48:44.000000000 +0200
@@ -30,6 +30,7 @@
#include <mhgui/Window.h>
#include <mhgui/Rect.h>
#include <mhgui/Tooltip.h>
+#include <algorithm>
//#include "Global.h"
using namespace std;