From 78bb448e1d71c485d6f46ac9fe2a63f608a3af1e Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Fri, 3 May 2002 15:59:41 +0000
Subject: [PATCH] Try a fix with std::string for hp-ux

git-svn-id: http://root.cern.ch/svn/root/trunk@4450 27541ba8-7e3a-0410-8455-c3a389f83636
---
 utils/src/rootcint.cxx | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/utils/src/rootcint.cxx b/utils/src/rootcint.cxx
index d38b158b6be..5af470b5b11 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>
 
-- 
GitLab