Index: /trunk/Mars/mcore/ofits.h
===================================================================
--- /trunk/Mars/mcore/ofits.h	(revision 14198)
+++ /trunk/Mars/mcore/ofits.h	(revision 14199)
@@ -10,5 +10,4 @@
 #include <iomanip>
 #include <vector>
-#include <inttypes.h>
 #include <algorithm>
 
@@ -28,4 +27,5 @@
 class ofits : public ofstream
 {
+public:
     struct Key
     {
@@ -204,4 +204,5 @@
     };
 
+private:
     vector<Key> fKeys;
 
@@ -332,4 +333,8 @@
     }
 
+    bool SetRaw(const string &key, const string &val, const string &comment)
+    {
+        return Set(key, true, val, comment);
+    }
 
     bool SetBool(const string &key, bool b, const string &comment="")
