diff --git a/utils/src/rootcint.cxx b/utils/src/rootcint.cxx index d38b158b6be9fe13ce7f024a78d93637266fbcc7..5af470b5b11cc369c46b150c6251a31601a9adc0 100644 --- a/utils/src/rootcint.cxx +++ b/utils/src/rootcint.cxx @@ -1,4 +1,4 @@ -// @(#)root/utils:$Name: $:$Id: rootcint.cxx,v 1.61 2002/04/27 07:06:40 brun Exp $ +// @(#)root/utils:$Name: $:$Id: rootcint.cxx,v 1.62 2002/05/03 14:30:43 brun Exp $ // Author: Fons Rademakers 13/07/96 /************************************************************************* @@ -224,7 +224,10 @@ const char *help = #include <time.h> #include <string> -using std::string; + +namespace std {} +using namespace std; + //#include <fstream> //#include <strstream>