From b25dbe4a67721d115636a008d508d6bd25f3bfaa Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 4 Dec 2000 02:52:57 +0000 Subject: [PATCH] r236: *** empty log message *** --- include/array2dfile.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/array2dfile.h b/include/array2dfile.h index 9ff8dca..6b6c5c2 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.4 2000/07/09 08:16:17 kevin Exp $ +** $Id: array2dfile.h,v 1.5 2000/12/04 02:52:57 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 @@ -28,9 +28,12 @@ #ifndef ARRAY2DFILE_H #define ARRAY2DFILE_H +#ifndef WIN32 +#include +#endif + #include #include -#include #include #include #include -- 2.34.1