8ea51524e6
updating.
16 lines
410 B
C++
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"
|