r240: *** empty log message ***
[ctsim.git] / libctsim / array2dfile.cpp
index 424ec230fe8d1717550ee6a9b1e402abe0bf1e3d..f3e6dc9262007fe2e966f7ca4ed1b5d197511902 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: array2dfile.cpp,v 1.8 2000/07/29 19:50:08 kevin Exp $
+**  $Id: array2dfile.cpp,v 1.11 2000/12/04 03:12:18 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
 
 #include "array2dfile.h"
 #include <ctime>
+#ifndef WIN32
 #include <sstream>
+#endif
 
 using namespace std;
 
+const kuint16 Array2dFile::m_signature = ('I'*256+'F');
 
 ///////////////////////////////////////////////////////////////////////////
 // CLASS IMPLEMENTATION