]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawDB.cxx
Compatibility with the Root trunk
[u/mrichter/AliRoot.git] / RAW / AliRawDB.cxx
index ca8c1aa3031d1299df2eec2dbf9ab7209051e021..a84d0c7851712a39fd12e14342505f4ea34aec0c 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <errno.h>
 #include <Riostream.h>
+#include <RVersion.h>
 
 #if ROOT_VERSION_CODE >= ROOT_VERSION(5,15,0)
 #include <TBufferFile.h>
@@ -46,6 +47,7 @@
 
 #include "AliRawDB.h"
 
+using std::ofstream;
 
 ClassImp(AliRawDB)