]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Add include for exit()
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Oct 2000 16:30:22 +0000 (16:30 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Oct 2000 16:30:22 +0000 (16:30 +0000)
TGeant3/AliGeant3.cxx

index 873ae9184dd98ab7cdd872712f1fd78cf4000788..8eb99d0fe4083ff8ac7bd601bc38e4928375c120 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.10  2000/10/02 21:28:16  fca
+Removal of useless dependecies via forward declarations
+
 Revision 1.9  2000/09/12 14:36:17  morsch
 In gudcay(): call ForceDecay() before Decay()
 
@@ -47,6 +50,8 @@ ReadEuclid moved from AliRun to AliModule
 
 */
 
+#include <stdlib.h>
+
 #include <TParticle.h>
 
 #include "AliDecayer.h"