--- ray/src/common/image.c 2004/01/02 11:36:26 2.26 +++ 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.26 2004/01/02 11:36:26 schorsch 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,8 @@ static const char RCSid[] = "$Id: image.c,v 2.26 2004/ #include "copyright.h" #include "rtio.h" +#include "rtmath.h" +#include "paths.h" #include "view.h"