X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fprojections.cpp;fp=libctsim%2Fprojections.cpp;h=e05b655b9f96d727e168afcb75eaf9f74ef3a14b;hp=2ca1ce38e12af9fbf708595028df1f9dc9c3fbc8;hb=ae247559fed0f8982bd0b11331e55a4e8e568dd7;hpb=6bcab27e89795df59defa160aff6b9831468c4d9 diff --git a/libctsim/projections.cpp b/libctsim/projections.cpp index 2ca1ce3..e05b655 100644 --- a/libctsim/projections.cpp +++ b/libctsim/projections.cpp @@ -8,7 +8,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: projections.cpp,v 1.77 2002/05/28 18:43:16 kevin Exp $ +** $Id: projections.cpp,v 1.78 2002/06/20 09:17:36 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 @@ -25,6 +25,7 @@ ******************************************************************************/ #include "ct.h" +#include const kuint16 Projections::m_signature = ('P'*256 + 'J');