X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Farray2dfile.cpp;h=c49e92e87fa8c04d47774e288966f20fa4a195b3;hp=88e11e16c236a7a7a68e228978e7f7094a4c82ca;hb=58aeefb217c8a59286e629968b2b2902e8b75b99;hpb=696f275752fc0ed812b424783031bd84f3025f1b diff --git a/libctsim/array2dfile.cpp b/libctsim/array2dfile.cpp index 88e11e1..c49e92e 100644 --- a/libctsim/array2dfile.cpp +++ b/libctsim/array2dfile.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: array2dfile.cpp,v 1.29 2002/05/28 18:43:16 kevin Exp $ +** $Id: array2dfile.cpp,v 1.30 2003/02/02 03:45:10 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 @@ -31,6 +31,7 @@ typedef long off_t; #endif +#include const kuint16 Array2dFile::m_signature = ('I'*256+'F');