blob: b9c2414d93df7c320c78a8155a084ecfc45f3d74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cffile.cpp.orig 1999-10-24 06:13:29 UTC
+++ cffile.cpp
@@ -17,7 +17,7 @@
#ifndef __CFFILE_CPP__
#define __CFFILE_CPP__
-#include <fstream.h>
+#include <fstream>
#include "cffile.h"
#include "cftypes.h"
#include "cfheader.h"
|