aboutsummaryrefslogtreecommitdiffstats
path: root/cad/qfsm/files/patch-src::Export.h
blob: bf40b8337a93695623af8aa07939248a8ace712f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/Export.h.orig   Sat Feb 14 21:06:52 2004
+++ src/Export.h    Tue Mar 16 23:45:39 2004
@@ -19,7 +19,8 @@
 #ifndef EXPORT_H
 #define EXPORT_H
 
-#include <fstream.h>
+#include <fstream>
+using namespace std;
 #include <qstring.h>
  
 class Machine;