]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Compatibility with ROOT trunk
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 Jun 2012 09:01:48 +0000 (09:01 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 Jun 2012 09:01:48 +0000 (09:01 +0000)
EVE/EveBase/AliEveEventManagerEditor.cxx
EVE/EveBase/AliEveTrackCounterEditor.h
THbtp/THBTprocessor.cxx

index 07f7e18c87fe92833407fedb426d9dda8e33314d..fde062ba7095aa4b5e8198d782995215ceac80d1 100644 (file)
@@ -26,6 +26,8 @@
 // GUI editor for AliEveEventManager.
 //
 
+using std::ofstream;
+using std::ios;
 ClassImp(AliEveEventManagerEditor)
 
 //______________________________________________________________________________
index 4740e7a1440baeef7f7275ccbd48bb7649e86ddf..843fe90ba779e706ee83412914817d0f92e19c64 100644 (file)
@@ -19,6 +19,8 @@ class TGNumberEntry;
 
 class AliEveTrackCounter;
 
+using std::ofstream;
+
 //______________________________________________________________________________
 // Short description of AliEveTrackCounterEditor
 //
index c45ebdb884f116745f72dfbdd243d290779bd1ba..3547c20080960754fdce2dfdbd7eb29daf2b7b81 100644 (file)
@@ -41,7 +41,8 @@
 # define type_of_call _stdcall
 #endif    
 
-
+using std::cout;
+using std::endl;
 ClassImp(THBTprocessor)
  
 extern "C" void  type_of_call hbtprocessor();