]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added some include files. Needed due to new forward declorations in other
authornilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 24 Aug 2001 21:04:36 +0000 (21:04 +0000)
committernilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 24 Aug 2001 21:04:36 +0000 (21:04 +0000)
files

ITS/AliITSsegmentationSDD.cxx
ITS/AliITSvtest.cxx

index e482d5adaaa7ec54e31e6d52f30168bcab16081c..3cf1f933fa13ccf08a1712386e22070154d58c4e 100644 (file)
@@ -12,7 +12,8 @@
  * about the suitability of this software for any purpose. It is          *
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
-
+#include <iomanip.h>
+#include <fstream.h>
 #include <TF1.h>
 #include <TMath.h>
 
index 556d942b4f2cba51068e360b8ed1ab1477c644b1..2b8469f02b79cfad802f34ae6b26e58287fd3d8a 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.11  2001/05/30 16:15:47  fca
+Correct comparison wiht AliGeant3::Class() introduced. Thanks to I.Hrivnacova
+
 Revision 1.10  2001/05/30 15:55:35  hristov
 Strings compared instead of pointers
 
@@ -83,6 +86,8 @@ $Id$
 ///////////////////////////////////////////////////////////////////////////////
 #include <stdio.h>
 #include <stdlib.h>
+#include <iomanip.h>
+#include <fstream.h>
 #include <TMath.h>
 #include <TGeometry.h>
 #include <TNode.h>