X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Farray2dfile.h;h=e5276e793f9a1f6ef2b6a5b5efe9286ec7368030;hb=484b9ac2ebf8f88dbe36bdc1d3a9c1b6a2b242eb;hp=512772d3111418239702bdd59e8ece22dcb623a5;hpb=55426f4170ed9dc777c3cec3741e4a59e6eebd38;p=ctsim.git diff --git a/include/array2dfile.h b/include/array2dfile.h index 512772d..e5276e7 100644 --- a/include/array2dfile.h +++ b/include/array2dfile.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: array2dfile.h,v 1.9 2000/12/06 15:17:51 kevin Exp $ +** $Id: array2dfile.h,v 1.11 2000/12/16 03:29:02 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 @@ -34,9 +34,11 @@ #include #include -#include -#include -#include +#include +#include +#include +#include +#include #include #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); @@ -180,7 +182,7 @@ public: const string& getFilename (void) const { return m_filename; } - void printLabels (ostream& os) const; + void printLabels (std::ostream& os) const; typedef vector::iterator labelIterator; typedef vector::const_iterator constLabelIterator;