diff options
author | mrg <mrg@pkgsrc.org> | 2003-08-02 13:40:16 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2003-08-02 13:40:16 +0000 |
commit | b66fdb689961a91edaf27972e6922748b203aa70 (patch) | |
tree | 0a7d58ad535eb803530d5dba3ec8ffcb20176619 /www/mozilla/patches | |
parent | e3f790001d8e60d13321c56e9341fb5146e62ac7 (diff) | |
download | pkgsrc-b66fdb689961a91edaf27972e6922748b203aa70.tar.gz |
use <iostream> instead of <iostream.h>
Diffstat (limited to 'www/mozilla/patches')
-rw-r--r-- | www/mozilla/patches/patch-ag | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/mozilla/patches/patch-ag b/www/mozilla/patches/patch-ag new file mode 100644 index 00000000000..0d3441d7788 --- /dev/null +++ b/www/mozilla/patches/patch-ag @@ -0,0 +1,12 @@ +--- extensions/transformiix/source/base/ErrorObserver.h.orig 2003-01-17 23:39:36.000000000 +1100 ++++ extensions/transformiix/source/base/ErrorObserver.h 2003-08-02 23:15:09.000000000 +1000 +@@ -28,7 +28,8 @@ + + #include "baseutils.h" + #include "txError.h" +-#include <iostream.h> ++#include <iostream> ++using namespace std; + class nsAString; + + /** |