aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arts++/files/patch-classes::src::ArtsPortMatrixAggregatorMap.cc
blob: 13a3ddcd554716fdb9b00ede9a2b994cf13f1cb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- ./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"