freebsd-ports/cad/qfsm/files/patch-src::Export.h
Kirill Ponomarev 83524af5fe - Update to version 0.42b
PR:		ports/64330
Submitted by:	Ports Fury
2004-03-16 16:24:11 +00:00

12 lines
250 B
C++

--- 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;