diff options
Diffstat (limited to 'sci-visualization/labplot/files')
-rw-r--r-- | sci-visualization/labplot/files/labplot-1.6.0.2-gcc43.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-visualization/labplot/files/labplot-1.6.0.2-gcc43.patch b/sci-visualization/labplot/files/labplot-1.6.0.2-gcc43.patch new file mode 100644 index 000000000000..2c4cd23651ef --- /dev/null +++ b/sci-visualization/labplot/files/labplot-1.6.0.2-gcc43.patch @@ -0,0 +1,10 @@ +--- src/Spreadsheet.cc.orig 2008-08-30 17:07:41.000000000 +0100 ++++ src/Spreadsheet.cc 2008-08-30 17:08:40.000000000 +0100 +@@ -3,6 +3,7 @@ + #include <stdlib.h> + #include <time.h> + #ifdef HAVE_SGI_STL ++#include <algorithm> + #include <vector> + #endif + |