]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fixes includes for different platforms
authorsnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 19 Oct 2010 07:44:05 +0000 (07:44 +0000)
committersnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 19 Oct 2010 07:44:05 +0000 (07:44 +0000)
PWG2/FLOW/AliFlowTools/glauberMC/AliGlauberMC.h
PWG2/FLOW/AliFlowTools/glauberMC/AliGlauberNucleus.cxx
PWG2/FLOW/AliFlowTools/glauberMC/AliGlauberNucleus.h

index 5c8b2c0bf39e2ebc8dc22ef0be12c7e115466f6c..5ef95daf5923df1461fb324de60e67529902bad6 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "AliGlauberNucleus.h"
 
+#include <Riostream.h>
 class TNamed;
 class TObjArray;
 class TNtuple;
index 4dfb6b3a2866b9ac975bb14c3d5f133ecea39423..d6d2c8bda8d4cfcbf5e32272300d5b74024aae87 100644 (file)
@@ -23,6 +23,7 @@
 //
 ////////////////////////////////////////////////////////////////////////////////
 
+#include <Riostream.h>
 #include <TMath.h>
 #include <TEllipse.h>
 #include <TNamed.h>
index 888f583b631e4533f63e4780ff82b7fa85ef1ae7..473556e8f80af87bd6c6376cb71ba7f7b3b000c0 100644 (file)
@@ -14,7 +14,8 @@
 //
 ////////////////////////////////////////////////////////////////////////////////
 
-class TNamed;
+//class TNamed;
+#include <TNamed.h>
 class TObjArray;
 class TF1;