freebsd-ports/net-mgmt/arts++/files/patch-classes::src::ArtsPortMatrixAggregatorMap.cc
2003-07-18 02:18:59 +00:00

16 lines
410 B
C++

--- ./classes/src/ArtsPortMatrixAggregatorMap.cc.orig Mon Oct 2 13:05:27 2000
+++ ./classes/src/ArtsPortMatrixAggregatorMap.cc Wed Sep 25 16:38:10 2002
@@ -46,9 +46,11 @@
#include <string>
#ifdef HAVE_FSTREAM
- #include <fstream>
+# include <fstream>
+# include <iterator>
+ using namespace std;
#else
- #include <fstream.h>
+# include <fstream.h>
#endif
#include "ArtsPortMatrixAggregatorMap.hh"