From: fca Date: Tue, 2 Nov 1999 11:26:39 +0000 (+0000) Subject: added stdlib.h for exit X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=0c50193f9a3b0ab93193f8a2026b7b385bdfe12c added stdlib.h for exit --- diff --git a/TOF/AliTOFv3.cxx b/TOF/AliTOFv3.cxx index 49b26faad59..b1d8d334254 100644 --- a/TOF/AliTOFv3.cxx +++ b/TOF/AliTOFv3.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.12 1999/11/01 20:41:57 fca +Added protections against using the wrong version of FRAME + Revision 1.11 1999/10/22 08:04:14 fca Correct improper use of negative parameters @@ -55,6 +58,8 @@ Introduction of the Copyright and cvs Log // // /////////////////////////////////////////////////////////////////////////////// +#include + #include "AliTOFv3.h" #include "AliRun.h" #include "AliConst.h"