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