/* * go4iostream.h * * Created on: 06.06.2012 * Author: adamczew * This is wrapper to cope with new root versions that do not use std namespace by default */ #ifndef GO4IOSTREAM_H_ #define GO4IOSTREAM_H_ #include "Riostream.h" using namespace std; #endif /* GO4IOSTREAM_H_ */