]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Including stdlib.h (HP)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 26 May 2003 11:52:57 +0000 (11:52 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 26 May 2003 11:52:57 +0000 (11:52 +0000)
TPC/AliTPCCompression.cxx

index 0307528f47273b12c2b84b4e03dc8f22905f8b5c..f9bb6bcf3fd748cabd5b9db99c3602160ebed7f3 100644 (file)
@@ -22,7 +22,7 @@
 // Similarly decompression is also done backward so that the final file is restored
 // after the compression and decompression phase.
 
-
+#include <stdlib.h>
 #include <TObjArray.h>
 #include "Riostream.h"
 #include "TMath.h"