--- ray/src/common/view.h 2003/06/30 19:04:29 2.12 +++ ray/src/common/view.h 2003/10/24 05:29:42 2.14 @@ -1,4 +1,4 @@ -/* RCSid $Id: view.h,v 2.12 2003/06/30 19:04:29 greg Exp $ */ +/* RCSid $Id: view.h,v 2.14 2003/10/24 05:29:42 greg Exp $ */ /* * view.h - header file for image generation. * @@ -7,11 +7,13 @@ */ #ifndef _RAD_VIEW_H_ #define _RAD_VIEW_H_ + +#include +#include "resolu.h" + #ifdef __cplusplus extern "C" { #endif - -#include "resolu.h" /* view types */ #define VT_PER 'v' /* perspective */