diff options
Diffstat (limited to 'archivers/libcabinet/files/patch-bstring.h')
-rw-r--r-- | archivers/libcabinet/files/patch-bstring.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/libcabinet/files/patch-bstring.h b/archivers/libcabinet/files/patch-bstring.h new file mode 100644 index 000000000000..384a815aa1ca --- /dev/null +++ b/archivers/libcabinet/files/patch-bstring.h @@ -0,0 +1,12 @@ +--- bstring.h.orig Tue Aug 19 18:15:26 2003 ++++ bstring.h Tue Aug 19 18:16:08 2003 +@@ -28,6 +28,9 @@ + #include <fstream.h> + #include "dos_comp.h" + ++using std::ostream; ++using std::istream; ++ + ////////////////////////////////////////////////////////////////////////////// + + class b_string |