fde8f9af7c
PR: 46473 Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net>
12 lines
221 B
C
12 lines
221 B
C
--- cfg.h.orig Mon Dec 23 03:45:36 2002
|
|
+++ cfg.h Mon Dec 23 03:47:15 2002
|
|
@@ -20,7 +20,8 @@
|
|
*
|
|
*/
|
|
|
|
-#include <stl.h>
|
|
+#include <list>
|
|
+using namespace std;
|
|
#include <string.h>
|
|
#include "rgb.h"
|
|
#include "astro.h"
|