]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/hough/AliL3Histogram1D.cxx
Little changes to make g++ version 3.2 compile the hough library.
[u/mrichter/AliRoot.git] / HLT / hough / AliL3Histogram1D.cxx
index 30446b4b390769ab548c01b07c55ba5917c2aaac..9e3eef9864dbd3b403a71282328946a6e27c00f7 100644 (file)
@@ -3,10 +3,15 @@
 // Author: Anders Vestbo <mailto:vestbo@fi.uib.no>
 //*-- Copyright &copy ASV
 
-#include <string.h>
+#include "AliL3StandardIncludes.h"
+
 #include "AliL3Logging.h"
 #include "AliL3Histogram1D.h"
 
+#if GCCVERSION == 3
+using namespace std;
+#endif
+
 //_____________________________________________________________
 // AliL3Histogram1D
 //
@@ -28,7 +33,6 @@ AliL3Histogram1D::AliL3Histogram1D()
   fContent = 0;
   
 }
-
   
 AliL3Histogram1D::AliL3Histogram1D(Char_t *name,Char_t *id,Int_t nxbin,Double_t xmin,Double_t xmax)