summaryrefslogtreecommitdiff
path: root/chinese/stardict/files/patch-src::image.h
blob: 523ad40764605c9be58728a5b68afa684335ef97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/image.h.orig	Sun Dec 15 00:37:41 2002
+++ src/image.h	Sun Dec 15 00:37:45 2002
@@ -17,7 +17,8 @@
 #ifndef IMAGE_H
 #define IMAGE_H
 
-#include <stdiostream.h>
+#include <iostream>
+using namespace std;
 #include <stdlib.h>
 #include <memory.h>
 #include <string.h>