]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
stdlib.h included to define exit()
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 May 2001 08:11:31 +0000 (08:11 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 May 2001 08:11:31 +0000 (08:11 +0000)
MUON/AliMUONEventReconstructor.cxx
MUON/AliMUONTrack.cxx

index c07ec9c69285ff36cfc54496d8609244c0535afb..c737f8089d3feb2ba9ee8e0a70717d5964a23824 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.25  2001/04/25 14:50:42  gosset
+Corrections to violations of coding conventions
+
 Revision 1.24  2001/03/30 09:37:58  gosset
 Initialisations of pointers... for GEANT background events in the constructor
 
@@ -149,6 +152,7 @@ Addition of files for track reconstruction in C++
 ////////////////////////////////////
 
 #include <iostream.h> // for cout
+#include <stdlib.h> // for exit()
 
 #include <TTree.h>
 
index a5f9586103335b97f46fa26a028c1f0d1b65a937..995ab81378d1b4787385ac0206d614d2df7f1689 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.12  2001/04/25 14:50:42  gosset
+Corrections to violations of coding conventions
+
 Revision 1.11  2001/04/23 12:33:17  hristov
 Arrays with variable size created by new and deleted at the end
 
@@ -98,6 +101,7 @@ Addition of files for track reconstruction in C++
 ///////////////////////////////////////////////////
 
 #include <iostream.h> // for cout
+#include <stdlib.h> // for exit()
 
 #include <TClonesArray.h>
 #include <TMath.h>