r256: *** empty log message ***
[ctsim.git] / include / array2dfile.h
index 9af82a70d8c7949f8c7310d65e8cc5dc4fda7b86..1a0d838ee69ec5811043cf941f06c104e7dfbd40 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: array2dfile.h,v 1.8 2000/12/04 04:15:48 kevin Exp $
+**  $Id: array2dfile.h,v 1.10 2000/12/16 02:44:26 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
 #endif
 
 #include <sys/types.h>
-#include <string.h>
-#include <string>
-#include <fstream>
-#include <iostream>
+#include <cstring>
+#include <string>\r
+#include <iosfwd>
+#include <iomanip>\r
+#include <fstream>\r
+#include <iostream>\r
 #include <vector>
 #include "ctsupport.h"
 #include "fnetorderstream.h"
@@ -88,7 +90,7 @@ public:
 
     const string& getDateString () const;
 
-    void print (ostream& os) const;
+    void print (std::ostream& os) const;
 
     Array2dFileLabel (const Array2dFileLabel& rhs);