diff options
Diffstat (limited to 'chinese/stardict/files/patch-src::image.h')
-rw-r--r-- | chinese/stardict/files/patch-src::image.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chinese/stardict/files/patch-src::image.h b/chinese/stardict/files/patch-src::image.h new file mode 100644 index 000000000000..523ad4076460 --- /dev/null +++ b/chinese/stardict/files/patch-src::image.h @@ -0,0 +1,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> |