summaryrefslogtreecommitdiff
path: root/net-mgmt/arts++/files/patch-classes::include::ArtsHeader.hh
blob: 29cedac68c2f5fa3868374c49738f20333dccae1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ./classes/include/ArtsHeader.hh.orig	Mon Oct  2 13:05:15 2000
+++ ./classes/include/ArtsHeader.hh	Wed Sep 25 16:46:54 2002
@@ -50,11 +50,13 @@
 #include "caida_t.h"
 }
 
-#include <ostream.h>
-#ifdef HAVE_IOMANIP
-  #include <iomanip>
+#ifdef HAVE_OSTREAM
+#  include <ostream>
+#  include <iomanip>
+   using namespace std;
 #else
-  #include <iomanip.h>
+#  include <ostream.h>
+#  include <iomanip.h>
 #endif
 
 //---------------------------------------------------------------------------