--- nautilus-1.0.6/components/mozilla/nautilus-mozilla-embed-extensions.cpp~ Mon Oct 15 19:31:46 2001 +++ nautilus-1.0.6/components/mozilla/nautilus-mozilla-embed-extensions.cpp Mon Dec 3 17:44:21 2001 @@ -47,12 +47,17 @@ #include +#if __GNUC__ < 3 /* We can't include because of a bug in g++, which gets confused * by the "string" directory in the mozilla include directory. So we do the * following as a workaround. */ #include typedef basic_string string; +#else +#include +using namespace std; +#endif struct Encoding {