]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
stdlib.h needeed to define abort()
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Aug 2002 09:38:46 +0000 (09:38 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Aug 2002 09:38:46 +0000 (09:38 +0000)
EMCAL/AliEMCALGeometry.cxx

index d0206562521947af3f47b4542f856cb788a40996..919eb3601643ab051e88f9b04064b77584900fdc 100644 (file)
@@ -69,6 +69,7 @@
 
 
 #include <iostream.h>
+#include <stdlib.h>