X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsim%2Farray2dfile.cpp;h=3e1662ae1b91ab65ed81f73635efe05c9fe82035;hb=79b656146b04b1d57d1ac27f9f2e5474e17c4936;hp=88e11e16c236a7a7a68e228978e7f7094a4c82ca;hpb=c0f892798de8f89715266150f7d8e413f2cf29fe;p=ctsim.git diff --git a/libctsim/array2dfile.cpp b/libctsim/array2dfile.cpp index 88e11e1..3e1662a 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$ ** ** 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');