View | Details | Raw Unified | Return to bug 46473
Collapse All | Expand All

(-)glbiff.new/files/patch-cfg.cc (+10 lines)
Line 0 Link Here
1
--- cfg.cc.orig	Mon Dec 23 03:45:30 2002
2
+++ cfg.cc	Mon Dec 23 03:45:48 2002
3
@@ -23,7 +23,6 @@
4
 // This file defines subroutines to handle the
5
 // configuration file
6
 
7
-#include <stl.h>
8
 #include <stdio.h>
9
 #include <iostream.h>
10
 #include <ctype.h>
(-)glbiff.new/files/patch-cfg.h (+12 lines)
Line 0 Link Here
1
--- cfg.h.orig	Mon Dec 23 03:45:36 2002
2
+++ cfg.h	Mon Dec 23 03:47:15 2002
3
@@ -20,7 +20,8 @@
4
  * 
5
  */
6
 
7
-#include <stl.h>
8
+#include <list>
9
+using namespace std;
10
 #include <string.h>
11
 #include "rgb.h"
12
 #include "astro.h"
(-)glbiff.new/files/patch-glbiff.cc (+11 lines)
Line 0 Link Here
1
--- glbiff.cc.orig	Mon Dec 23 03:47:27 2002
2
+++ glbiff.cc	Mon Dec 23 03:47:48 2002
3
@@ -37,6 +37,8 @@
4
 
5
 #include <X11/Xlib.h>
6
 
7
+#include <iostream>
8
+
9
 #include "draw.h"
10
 #include "glbiff.h"
11
 #include "mail.h"

Return to bug 46473