--- cfg.cc.orig Mon Dec 23 03:45:30 2002
+++ cfg.cc Mon Dec 23 03:45:48 2002
@@ -23,7 +23,6 @@
// This file defines subroutines to handle the
// configuration file
-#include <stl.h>
#include <stdio.h>
#include <iostream.h>
#include <ctype.h>
--- cfg.h.orig Mon Dec 23 03:45:36 2002
+++ cfg.h Mon Dec 23 03:47:15 2002
@@ -20,7 +20,8 @@
*
*/
+#include <list>
+using namespace std;
#include <string.h>
#include "rgb.h"
#include "astro.h"
--- glbiff.cc.orig Mon Dec 23 03:47:27 2002
+++ glbiff.cc Mon Dec 23 03:47:48 2002
@@ -37,6 +37,8 @@
#include <X11/Xlib.h>
+#include <iostream>
+
#include "draw.h"
#include "glbiff.h"
#include "mail.h"