Index: trunk/Mars/mbase/MEvtLoop.h
===================================================================
--- trunk/Mars/mbase/MEvtLoop.h	(revision 14447)
+++ trunk/Mars/mbase/MEvtLoop.h	(revision 14449)
@@ -37,5 +37,5 @@
     Bool_t HasDuplicateNames(TObjArray &arr, const TString txt) const;
 
-    void StreamPrimitive(ostream &out) const;
+    void StreamPrimitive(std::ostream &out) const;
 
     Bool_t ProcessGuiEvents(Int_t num, Int_t rc);
@@ -77,6 +77,6 @@
     void MakeMacro(const char *filename="evtloop.C");
 
-    void SavePrimitive(ostream &out, Option_t *o="");
-    void SavePrimitive(ofstream &out, Option_t *o="");
+    void SavePrimitive(std::ostream &out, Option_t *o="");
+    void SavePrimitive(std::ofstream &out, Option_t *o="");
 
     Int_t Read(const char *name="Evtloop");
