r240: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 4 Dec 2000 03:12:18 +0000 (03:12 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 4 Dec 2000 03:12:18 +0000 (03:12 +0000)
libctsim/array2dfile.cpp

index 6517015e7eca657f563937307fd72fb31cb28c81..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.10 2000/12/04 03:11:01 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
@@ -27,7 +27,9 @@
 
 #include "array2dfile.h"
 #include <ctime>
+#ifndef WIN32
 #include <sstream>
+#endif
 
 using namespace std;