Index: trunk/Mars/mjobs/MSequence.h
===================================================================
--- trunk/Mars/mjobs/MSequence.h	(revision 14447)
+++ trunk/Mars/mjobs/MSequence.h	(revision 14449)
@@ -137,6 +137,6 @@
     TString GetNumSequence(Int_t &pos, const TArrayI &n, const TArrayI &f) const;
 
-    void    PrintRunsClassic(ostream &out, const char *pre, const char *name, const TArrayI &r) const;
-    TString PrintRuns(ostream &out, const char *pre, const char *name, const TArrayI &r, const TArrayI &f) const;
+    void    PrintRunsClassic(std::ostream &out, const char *pre, const char *name, const TArrayI &r) const;
+    TString PrintRuns(std::ostream &out, const char *pre, const char *name, const TArrayI &r, const TArrayI &f) const;
 
     // General helper
@@ -190,5 +190,5 @@
 
     // TObject
-    void Print(ostream &out, Option_t *o) const;
+    void Print(std::ostream &out, Option_t *o) const;
     void Print(Option_t *o) const;
     void Print() const { Print(""); } //*MENU*
