]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/comp/AliL3CompressAC.cxx
Remove warnings with gcc4.0 (F.Carminati).
[u/mrichter/AliRoot.git] / HLT / comp / AliL3CompressAC.cxx
index e4393fc6de1aa0d329e95d8031da92a63adf2689..368bc2acf667a90ab6d1c08bcdfddbdccb9c7f0e 100644 (file)
@@ -10,7 +10,7 @@
 // The implemented algorithm is inspired by the examples in The Data Compression Book 
 // by Nelson & Gailly.
 
-#if __GNUC__ == 3
+#if __GNUC__ >= 3
 using namespace std;
 #endif