X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsim%2Fimagefile.cpp;h=c479adb42467e61b9e96e564833727f5e6f9be18;hb=3d52fe3684ae9f5bf411c6ec4476381932ca6d00;hp=4a49465065257ba2f02dd5c4df6c20e2b1cd4ebc;hpb=ab78de6e33fff94c37847621458db3ad430a8bb3;p=ctsim.git diff --git a/libctsim/imagefile.cpp b/libctsim/imagefile.cpp index 4a49465..c479adb 100644 --- a/libctsim/imagefile.cpp +++ b/libctsim/imagefile.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: imagefile.cpp,v 1.46 2002/06/27 03:19:23 kevin Exp $ +** $Id: imagefile.cpp,v 1.47 2003/03/23 18:37:42 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 @@ -29,6 +29,7 @@ #ifdef HAVE_CTN_DICOM #include "ctndicom.h" #endif +#include "interpolator.h" const double ImageFile::s_dRedGrayscaleFactor = 0.299; const double ImageFile::s_dGreenGrayscaleFactor = 0.587;