9fdcc53
The STL headers in gcc-4.3 have been cleaned up, so that the headers don't drag in
9fdcc53
unnecessary dependencies which aren't requested by the standard.
9fdcc53
This fixes build for gcc-4.3
9fdcc53
9fdcc53
Lubomir Kundrak <lkundrak@redhat.com>
9fdcc53
9fdcc53
diff -rup stellarium-0.9.0.orig/src/stelutils/STexture.cpp stellarium-0.9.0/src/stelutils/STexture.cpp
9fdcc53
--- stellarium-0.9.0.orig/src/stelutils/STexture.cpp	2007-06-06 10:25:17.000000000 +0200
9fdcc53
+++ stellarium-0.9.0/src/stelutils/STexture.cpp	2008-01-03 21:53:11.000000000 +0100
9fdcc53
@@ -18,6 +18,7 @@
9fdcc53
  */
9fdcc53
 
9fdcc53
 #include <cassert>
9fdcc53
+#include <cstdlib>
9fdcc53
 #include "STexture.hpp"
9fdcc53
 
9fdcc53
 /*************************************************************************