--- ray/src/common/image.c 2004/02/12 18:55:50 2.27 +++ ray/src/common/image.c 2004/06/08 19:48:29 2.28 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: image.c,v 2.27 2004/02/12 18:55:50 greg Exp $"; +static const char RCSid[] = "$Id: image.c,v 2.28 2004/06/08 19:48:29 greg Exp $"; #endif /* * image.c - routines for image generation. @@ -10,6 +10,7 @@ static const char RCSid[] = "$Id: image.c,v 2.27 2004/ #include "copyright.h" #include "rtio.h" +#include "rtmath.h" #include "paths.h" #include "view.h"