aboutsummaryrefslogtreecommitdiff
path: root/archivers/libcabinet/files/patch-cftypes.h
blob: 0c393d281208489569ca1b33a9c5b5f93b82270b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- cftypes.h.orig	1999-10-24 06:13:29 UTC
+++ cftypes.h
@@ -16,7 +16,10 @@
 #ifndef __CFTYPES_H__
 #define __CFTYPES_H__
 
-#include <fstream.h>
+#include <fstream>
+
+using std::istream;
+using std::ostream;
 
 typedef unsigned char byte;
 typedef unsigned short int word;