1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/science/flounder/files/patch-IGBheader.cc
Ying-Chieh Liao 6118ef4c24 add flounder 0.32a
A quick way to visualize regularly spaced 4D data
2002-10-14 20:11:17 +00:00

14 lines
369 B
C++

--- 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 ------ */