]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSresponseSDD.cxx
Inserting TMath.h where required by the new version of ROOT
[u/mrichter/AliRoot.git] / ITS / AliITSresponseSDD.cxx
index af135bcbc36752f7a200f736303524273c035ebe..f827d57807435f765babce75bcd1942f066b53ee 100644 (file)
@@ -13,7 +13,8 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-#include "AliITSresponseSDD.h"
+/* $Id$ */
+
 //////////////////////////////////////////////////////
 //  Base response class forITS                      //
 //  It is used to set static data members           //
@@ -23,6 +24,9 @@
 //                                                  //
 //////////////////////////////////////////////////////
 
+#include <TMath.h>
+
+#include "AliITSresponseSDD.h"
 
 const Int_t AliITSresponseSDD::fgkMaxAdcDefault = 1024;
 const Float_t AliITSresponseSDD::fgkDynamicRangeDefault = 132.;