13 lines
241 B
Text
13 lines
241 B
Text
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 {
|