From: Kevin M. Rosenberg Date: Mon, 4 Dec 2000 03:12:18 +0000 (+0000) Subject: r240: *** empty log message *** X-Git-Tag: debian-4.5.3-3~777 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=b3b4d9344312f9812e4782c215db0133913802bc r240: *** empty log message *** --- diff --git a/libctsim/array2dfile.cpp b/libctsim/array2dfile.cpp index 6517015..f3e6dc9 100644 --- a/libctsim/array2dfile.cpp +++ b/libctsim/array2dfile.cpp @@ -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 +#ifndef WIN32 #include +#endif using namespace std;