Switch to side-by-side view

--- a/src/internfile/uncomp.h
+++ b/src/internfile/uncomp.h
@@ -43,8 +43,8 @@
 
 private:
     TempDir *m_dir;
-    string   m_tfile;
-    string   m_srcpath;
+    std::string   m_tfile;
+    std::string   m_srcpath;
     bool m_docache;
 
     class UncompCache {
@@ -59,8 +59,8 @@
 	}
 	PTMutexInit m_lock;
 	TempDir *m_dir;
-	string   m_tfile;
-	string   m_srcpath;
+	std::string   m_tfile;
+	std::string   m_srcpath;
     };
     static UncompCache o_cache;
 };