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

(-)stardict.new/files/patch-src::image.h (+12 lines)
Line 0 Link Here
1
--- src/image.h.orig	Sun Dec 15 00:37:41 2002
2
+++ src/image.h	Sun Dec 15 00:37:45 2002
3
@@ -17,7 +17,8 @@
4
 #ifndef IMAGE_H
5
 #define IMAGE_H
6
 
7
-#include <stdiostream.h>
8
+#include <iostream>
9
+using namespace std;
10
 #include <stdlib.h>
11
 #include <memory.h>
12
 #include <string.h>
(-)stardict.new/files/patch-src::trans.h (+12 lines)
Line 0 Link Here
1
--- src/trans.h.orig	Sun Dec 15 00:37:55 2002
2
+++ src/trans.h	Sun Dec 15 00:38:48 2002
3
@@ -44,7 +44,7 @@
4
 #include <Xm/PushB.h>
5
 #include <Xm/DrawnB.h>
6
 #include <Xm/ArrowB.h>
7
-#include <strstream.h>
8
-#include <fstream.h>
9
+#include <sstream>
10
+#include <fstream>
11
 
12
 #include "regdef.h"

Return to bug 46259