diff options
Diffstat (limited to 'science/flounder/files/patch-IGBheader.cc')
-rw-r--r-- | science/flounder/files/patch-IGBheader.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/science/flounder/files/patch-IGBheader.cc b/science/flounder/files/patch-IGBheader.cc new file mode 100644 index 000000000000..102c34e373b9 --- /dev/null +++ b/science/flounder/files/patch-IGBheader.cc @@ -0,0 +1,13 @@ +--- src/IGBheader.cc.orig Tue Oct 15 02:15:19 2002 ++++ src/IGBheader.cc Tue Oct 15 02:15:44 2002 +@@ -17,7 +17,10 @@ + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #include<stdlib.h> ++#include <iostream> + #include "IGBheader.h" ++ ++using namespace std; + + /* -------------- Bits de statut pour Header_Read et Header_Write ------ */ + |