]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliTrackResidualsFast.cxx
Adding includes required by ROOT
[u/mrichter/AliRoot.git] / STEER / AliTrackResidualsFast.cxx
index 736d463456bde26eeb0f38694ebee962ff045fa0..334bab938b3198848db7e8f410342556fbcf3115 100644 (file)
@@ -13,6 +13,8 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
+/* $Id$ */
+
 //-----------------------------------------------------------------
 //   Implementation of the derived class for track residuals
 //   based on linear chi2 minimization (in approximation of
@@ -20,6 +22,7 @@
 //
 //-----------------------------------------------------------------
 
+#include <TMath.h>
 #include <TMinuit.h>
 #include <TGeoMatrix.h>