mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
422 B

  1. diff -ruN centericq-4.9.5.orig/libicq2000-0.1/libicq2000/Xml.h centericq-4.9.5/libicq2000-0.1/libicq2000/Xml.h
  2. --- centericq-4.9.5.orig/libicq2000-0.1/libicq2000/Xml.h 2003-07-13 12:37:00.000000000 +0200
  3. +++ centericq-4.9.5/libicq2000-0.1/libicq2000/Xml.h 2003-08-02 14:19:51.000000000 +0200
  4. @@ -24,6 +24,8 @@
  5. #ifndef XML_H
  6. #define XML_H
  7. +using namespace std;
  8. +
  9. #include <string>
  10. #include <list>
  11. #include <ctype.h>