]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawReaderFile.h
Changes needed on Sun
[u/mrichter/AliRoot.git] / RAW / AliRawReaderFile.h
index fea1b751702d58ed759c7e12ad7f79963b54b8a3..e261ed7a141e935dd431473798d9bf0d5fc7b693 100644 (file)
@@ -4,7 +4,11 @@
  * See cxx source for full Copyright notice                               */
 
 #include "AliRawReader.h"
+#ifdef __CINT__
+class fstream;
+#else
 #include <Riostream.h>
+#endif
 #include <TString.h>