Index: /trunk/Mars/mcore/fits.h
===================================================================
--- /trunk/Mars/mcore/fits.h	(revision 14932)
+++ /trunk/Mars/mcore/fits.h	(revision 14933)
@@ -54,6 +54,8 @@
 #include "checksum.h"
 
+#ifndef __MARS__
 namespace std
 {
+#endif
 
 class fits : public izstream
@@ -839,4 +841,6 @@
 };
 
+#ifndef __MARS__
 };
 #endif
+#endif
Index: /trunk/Mars/mcore/ofits.h
===================================================================
--- /trunk/Mars/mcore/ofits.h	(revision 14932)
+++ /trunk/Mars/mcore/ofits.h	(revision 14933)
@@ -18,6 +18,9 @@
 #include "checksum.h"
 
+#ifndef __MARS__
 namespace std
 {
+#endif
+
 // Sloppy:  allow / <--- left
 //          allow all characters (see specs for what is possible)
@@ -800,5 +803,7 @@
 };
 
-}
+#ifdef __MARS__
+};
+#endif
 
 #if 0
