ports/textproc/isearch/patches/patch-src_fc_hxx

14 lines
241 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/fc.hxx
--- src/fc.hxx.orig
+++ src/fc.hxx
@@ -8,7 +8,8 @@ Author: Nassib Nassar, nrn@cnidr.org
#ifndef FC_HXX
#define FC_HXX
-#include <iostream.h>
+#include <iostream>
+using std::ostream;
#include "defs.hxx"
class FC {