blob: c794c265e38c1f36f2f636741bbc788d7ef45e4c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- cfheader.h.orig 1999-10-24 06:13:29 UTC
+++ cfheader.h
@@ -15,10 +15,12 @@
#define __CFHEADER_H__
#include <string.h>
-#include <fstream.h>
+#include <fstream>
#include "cftypes.h"
#include "bstring.h"
+using std::ifstream;
+using std::ofstream;
////////////////////////////////////////////////////////////////////////////////
// This class contains all the fixed fields always preset in a cabinet header
|