00001 /*00002 * go4iostream.h00003 *00004 * Created on: 06.06.201200005 * Author: adamczew00006 * This is wrapper to cope with new root versions that do not use std namespace by default00007 */00008
00009 #ifndef GO4IOSTREAM_H_00010 #define GO4IOSTREAM_H_00011
00012 #include "Riostream.h"00013 using namespace std;
00014
00015
00016 #endif /* GO4IOSTREAM_H_ */