]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCCompression.h
New class AliTPCRawStream for reading raw data, AliTPCclustererMI adapted to NewIO...
[u/mrichter/AliRoot.git] / TPC / AliTPCCompression.h
index c5880c612a9bd6ef4e4fb0fcb54463a681787958..f7b3a22fe71e88ded9040bc2e7c95f0123eda653 100644 (file)
@@ -9,6 +9,12 @@
 #ifndef AliTPCCOMPRESSION_H
 #define AliTPCCOMPRESSION_H
 
+#ifdef __CINT__
+class fstream;
+#else
+#include "Riostream.h"
+#endif
+
 class AliTPCHNode;
 class AliTPCHTable;