]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Needed TString include.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 23 Nov 2009 12:19:40 +0000 (12:19 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 23 Nov 2009 12:19:40 +0000 (12:19 +0000)
PWG4/PartCorrBase/AliMCAnalysisUtils.h

index 980d613a2336dd48cf2178f549c25086d1d8c24a..f3d2557fc6f5b0ffe47610bd17d5d6cbfbf6cf61 100755 (executable)
@@ -14,8 +14,8 @@
 //*-- Author: Gustavo Conesa (INFN-LNF)
 
 // --- ROOT system ---
-#include <TObject.h> 
-class TString ;
+#include <TObject.h>
+#include <TString.h> 
 class TList ;
 
 //--- AliRoot system ---