diff options
Diffstat (limited to 'net-mgmt/arts++/files/patch-classes::include::ArtsInterfaceMatrixData.hh')
-rw-r--r-- | net-mgmt/arts++/files/patch-classes::include::ArtsInterfaceMatrixData.hh | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-mgmt/arts++/files/patch-classes::include::ArtsInterfaceMatrixData.hh b/net-mgmt/arts++/files/patch-classes::include::ArtsInterfaceMatrixData.hh deleted file mode 100644 index 732173383372..000000000000 --- a/net-mgmt/arts++/files/patch-classes::include::ArtsInterfaceMatrixData.hh +++ /dev/null @@ -1,22 +0,0 @@ ---- ./classes/include/ArtsInterfaceMatrixData.hh.orig Mon Oct 2 13:05:16 2000 -+++ ./classes/include/ArtsInterfaceMatrixData.hh Wed Sep 25 16:38:10 2002 -@@ -44,15 +44,17 @@ - #define ARTSINTERFACEMATRIXDATA_HH_ - - extern "C" { -+#include "artslocal.h" - #include "caida_t.h" - } - - #include <vector> - - #ifdef HAVE_IOSTREAM -- #include <iostream> -+# include <iostream> -+ using namespace std; - #else -- #include <iostream.h> -+# include <iostream.h> - #endif - #include <algorithm> - |