]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Include stdlib.h
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Oct 2000 18:21:26 +0000 (18:21 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Oct 2000 18:21:26 +0000 (18:21 +0000)
MUON/AliMUONEventReconstructor.cxx

index b087050b33d1a32bf98b3624f53ac36d94e94d4a..b73d458f887304a5de3669c8cf697c27207db037 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.13  2000/10/02 21:28:09  fca
+Removal of useless dependecies via forward declarations
+
 Revision 1.12  2000/10/02 16:58:29  egangler
 Cleaning of the code :
 -> coding conventions
@@ -98,6 +101,7 @@ Addition of files for track reconstruction in C++
 //__________________________________________________________________________
 
 #include <iostream.h>
+#include <stdlib.h>
 
 #include <TRandom.h>
 #include <TFile.h>